[jira] [Updated] (PHOENIX-6647) A local index should not be chosen for a full scan if that scan is not covered by the index.

2022-02-09 Thread Lars Hofhansl (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-6647: --- Attachment: 6647-v2-5.1.txt > A local index should not be chosen for a full scan if that

[jira] [Assigned] (PHOENIX-6625) Backport PHOENIX-6064 to 4.x and 4.16

2022-02-09 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth reassigned PHOENIX-6625: Assignee: Istvan Toth > Backport PHOENIX-6064 to 4.x and 4.16 >

[jira] [Assigned] (PHOENIX-6626) Make the without.tephra profile behaviour the default in 4.x and master, and remove the profile

2022-02-09 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth reassigned PHOENIX-6626: Assignee: Istvan Toth > Make the without.tephra profile behaviour the default in 4.x

[jira] [Updated] (PHOENIX-6588) Use released commons-cli API to set desired quoute handling behaviour

2022-02-09 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated PHOENIX-6588: - Environment: Phoenix-thirparty now includes the upstream 1.5.0 release instead of a patched

[jira] [Updated] (PHOENIX-6641) Bump Guava to 31.0.1 in phoenix-thirdparty

2022-02-09 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated PHOENIX-6641: - Description: Phoenix-thirdparty now includes Guava 31.0.1. > Bump Guava to 31.0.1 in

[jira] [Updated] (PHOENIX-6648) Change next release version of phoenix-thirdparty to 2.0.0

2022-02-09 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated PHOENIX-6648: - Summary: Change next release version of phoenix-thirdparty to 2.0.0 (was: Change next release

[jira] [Created] (PHOENIX-6648) Change next release version of phoenix-thirdparty 2.0

2022-02-09 Thread Istvan Toth (Jira)
Istvan Toth created PHOENIX-6648: Summary: Change next release version of phoenix-thirdparty 2.0 Key: PHOENIX-6648 URL: https://issues.apache.org/jira/browse/PHOENIX-6648 Project: Phoenix

[jira] [Updated] (PHOENIX-6647) A local index should not be chosen for a full scan if that scan is not covered by the index.

2022-02-09 Thread Lars Hofhansl (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-6647: --- Attachment: 6647-5.1.txt > A local index should not be chosen for a full scan if that scan

[jira] [Updated] (PHOENIX-6647) A local index should not be chosen for a full scan if that scan is not covered by the index.

2022-02-09 Thread Lars Hofhansl (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-6647: --- Description: {code} > explain select * from lineitem;

[jira] [Created] (PHOENIX-6647) A local index should not be chosen for a full scan if that scan is not covered by the index.

2022-02-09 Thread Lars Hofhansl (Jira)
Lars Hofhansl created PHOENIX-6647: -- Summary: A local index should not be chosen for a full scan if that scan is not covered by the index. Key: PHOENIX-6647 URL:

[jira] [Updated] (PHOENIX-6646) System tables are not upgraded after namespace migration

2022-02-09 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated PHOENIX-6646: - Summary: System tables are not upgraded after namespace migration (was: System schema is not

[jira] [Created] (PHOENIX-6646) System schema is not upgraded after namespace migration

2022-02-09 Thread Istvan Toth (Jira)
Istvan Toth created PHOENIX-6646: Summary: System schema is not upgraded after namespace migration Key: PHOENIX-6646 URL: https://issues.apache.org/jira/browse/PHOENIX-6646 Project: Phoenix

[jira] [Resolved] (PHOENIX-6641) Bump Guava to 31.0.1 in phoenix-thirdparty

2022-02-09 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved PHOENIX-6641. -- Fix Version/s: thirdparty-1.2.0 Resolution: Fixed Committed. Thanks for the review

[GitHub] [phoenix-thirdparty] stoty closed pull request #4: PHOENIX-6641 Bump Guava to 31.0.1 in phoenix-thirdparty

2022-02-09 Thread GitBox
stoty closed pull request #4: URL: https://github.com/apache/phoenix-thirdparty/pull/4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [phoenix-thirdparty] stoty commented on a change in pull request #4: PHOENIX-6641 Bump Guava to 31.0.1 in phoenix-thirdparty

2022-02-09 Thread GitBox
stoty commented on a change in pull request #4: URL: https://github.com/apache/phoenix-thirdparty/pull/4#discussion_r802387168 ## File path: pom.xml ## @@ -68,7 +68,7 @@ org.apache.phoenix.thirdparty -29.0-android +31.0.1-android Review comment:

[GitHub] [phoenix-thirdparty] stoty commented on a change in pull request #4: PHOENIX-6641 Bump Guava to 31.0.1 in phoenix-thirdparty

2022-02-09 Thread GitBox
stoty commented on a change in pull request #4: URL: https://github.com/apache/phoenix-thirdparty/pull/4#discussion_r802387168 ## File path: pom.xml ## @@ -68,7 +68,7 @@ org.apache.phoenix.thirdparty -29.0-android +31.0.1-android Review comment: