Re: [VOTE] Release of Apache Phoenix Query Server 6.0.0 RC5

2021-08-02 Thread Istvan Toth
The vote has passed with binding votes from Viraj, Rajeshbabu, and me. Thanks to everyone who tested the release. I'm going to finish the process and send out the announcement soon. Istvan On Tue, Aug 3, 2021 at 7:19 AM Istvan Toth wrote: > +1 (binding) > > * Signature: ok > * Checksum : ok >

Re: [VOTE] Release of Apache Phoenix Query Server 6.0.0 RC5

2021-08-02 Thread Istvan Toth
+1 (binding) * Signature: ok * Checksum : ok * Rat check: ok - mvn clean apache-rat:check * Built from source with tests: ok - mvn clean verify -DforkCount=6 * Smoke test on assembly: ok - Copied thick client into assembly dir, and started with bin/queryserver.py Istvan On Mon, Aug 2, 2021 at

Next Tech Talk Meeting in September 02

2021-08-02 Thread Kadir Ozdemir
Hi All, The next tech talk meeting will be on September 02. We have not received any proposal for the August meeting yet and so we will skip it. I will update https://phoenix.apache.org/tech_talks.html accordingly. If you are thinking about being a host for the next meeting, please let us know

Re: IndexToolForNonTxGlobalIndexIT.testIndexToolFailedMapperNotRecordToResultTable[mutable=true, singleCellIndex=true] almost failed on matser

2021-08-02 Thread Geoffrey Jacoby
Tests which do incremental index rebuilds should start with "Assume.assumeTrue(HbaseCompatCapabilities.isRawFilterSupported());" so they no-op when run against versions of HBase between 2.0 and 2.2.4 (since the raw skip scan fix was in 2.2.5). When this test was added in PHOENIX-6462 this must

[jira] [Resolved] (PHOENIX-6480) SchemaExtractionProcessor doesn't add IMMUTABLE_STORAGE_SCHEME and COLUMN_ENCODED_BYTES to the generated sql

2021-08-02 Thread Jira
[ https://issues.apache.org/jira/browse/PHOENIX-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richárd Antal resolved PHOENIX-6480. Fix Version/s: 5.1.3 4.16.2 5.2.0

Re: [VOTE] Release of Apache Phoenix Query Server 6.0.0 RC5

2021-08-02 Thread rajeshb...@apache.org
+1 I have downloaded the source and build Signature: Ok Checksum: Ok Build: Ok Unit tests: Ok mvn verify: Ok. rat check: Ok. Thanks, Rajeshbabu. On Fri, Jul 30, 2021 at 4:16 PM && wrote: > Resolved. thanks.It should be recorded in the documents. > > > > >

[jira] [Updated] (PHOENIX-5543) Implement show schemas / show tables SQL commands

2021-08-02 Thread Jira
[ https://issues.apache.org/jira/browse/PHOENIX-5543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richárd Antal updated PHOENIX-5543: --- Fix Version/s: (was: 4.16.1) 4.16.2 > Implement show schemas / show

[jira] [Updated] (PHOENIX-6519) Make SchemaTool work with lower case table and column names

2021-08-02 Thread Jira
[ https://issues.apache.org/jira/browse/PHOENIX-6519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richárd Antal updated PHOENIX-6519: --- Fix Version/s: 4.16.2 > Make SchemaTool work with lower case table and column names >

[jira] [Updated] (PHOENIX-6518) Implement SHOW CREATE TABLE SQL command

2021-08-02 Thread Jira
[ https://issues.apache.org/jira/browse/PHOENIX-6518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richárd Antal updated PHOENIX-6518: --- Fix Version/s: 4.16.2 > Implement SHOW CREATE TABLE SQL command >

Re: Apache spark plugin - Optional SELECT columns in push down predicates

2021-08-02 Thread Istvan Toth
These kinds of questions are better asked on the u...@phoenix.apache.org list. You can check the tests in https://github.com/apache/phoenix-connectors/blob/master/phoenix-spark-base/src/it/scala/org/apache/phoenix/spark/PhoenixSparkIT.scala to get an idea of how to use push down support. (It is