[jira] [Commented] (PHOENIX-6034) Optimize InListIT

2020-08-25 Thread Ankit Singhal (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17184935#comment-17184935 ] Ankit Singhal commented on PHOENIX-6034: Sorry [~RichardAntal], I didn't know that you were

[GitHub] [phoenix] ankitsinghal merged pull request #838: PHOENIX-6034 Optimize InListIT

2020-08-25 Thread GitBox
ankitsinghal merged pull request #838: URL: https://github.com/apache/phoenix/pull/838 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

[jira] [Commented] (PHOENIX-6098) IndexPredicateAnalyzer wrongly handles pushdown predicates and residual predicates

2020-08-25 Thread Toshihiro Suzuki (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17184809#comment-17184809 ] Toshihiro Suzuki commented on PHOENIX-6098: --- Thank you for reviewing and committing this!

[jira] [Commented] (PHOENIX-5943) Consider splitting up SYSTEM.TASK into 2 tables - one for queued jobs and one for task history

2020-08-25 Thread Chinmay Kulkarni (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17184727#comment-17184727 ] Chinmay Kulkarni commented on PHOENIX-5943: --- [~gjacoby] aah yes, good catch. Modified to

[jira] [Commented] (PHOENIX-5943) Consider splitting up SYSTEM.TASK into 2 tables - one for queued jobs and one for task history

2020-08-25 Thread Geoffrey Jacoby (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17184719#comment-17184719 ] Geoffrey Jacoby commented on PHOENIX-5943: -- [~ckulkarni] - because this would be a schema

[jira] [Commented] (PHOENIX-6101) Avoid duplicate work between local and global indexes

2020-08-25 Thread Kadir OZDEMIR (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17184680#comment-17184680 ] Kadir OZDEMIR commented on PHOENIX-6101: I have read the patch couple times and not seen any

[jira] [Commented] (PHOENIX-6084) Error in public package when builded

2020-08-25 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17184667#comment-17184667 ] Istvan Toth commented on PHOENIX-6084: -- In the current development version this has been fixed by

[jira] [Commented] (PHOENIX-6064) Make Tephra support optional

2020-08-25 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17184646#comment-17184646 ] Josh Elser commented on PHOENIX-6064: - {quote} I do not agree with that statement. At all! Next

[jira] [Commented] (PHOENIX-6101) Avoid duplicate work between local and global indexes

2020-08-25 Thread Lars Hofhansl (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17184165#comment-17184165 ] Lars Hofhansl commented on PHOENIX-6101: -v2 is very slightly better. > Avoid duplicate work

[jira] [Commented] (PHOENIX-6010) Create phoenix-thirdparty, and consume guava through it

2020-08-25 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17184134#comment-17184134 ] Hadoop QA commented on PHOENIX-6010: {color:red}-1 overall{color}. Here are the results of testing

[jira] [Commented] (PHOENIX-6074) Let PQS Act As An Admin Tool Rest Endpoint

2020-08-25 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17184123#comment-17184123 ] Josh Elser commented on PHOENIX-6074: - Restating, you're thinking about adding Phoenix-specific

[jira] [Commented] (PHOENIX-6104) SplitSystemCatalogIT tests very unstable with Hbase 2.3

2020-08-25 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17184060#comment-17184060 ] Istvan Toth commented on PHOENIX-6104: -- I can repro the issue with this command on my machine

[GitHub] [phoenix-connectors] stoty closed pull request #27: PHOENIX-6098 IndexPredicateAnalyzer wrongly handles pushdown predicat…

2020-08-25 Thread GitBox
stoty closed pull request #27: URL: https://github.com/apache/phoenix-connectors/pull/27 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

[jira] [Commented] (PHOENIX-6056) Migrate from builds.apache.org by August 15

2020-08-25 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17183920#comment-17183920 ] Istvan Toth commented on PHOENIX-6056: -- Pushed the addendum that hopefully fixes node selection

[GitHub] [phoenix-connectors] richardantal commented on pull request #27: PHOENIX-6098 IndexPredicateAnalyzer wrongly handles pushdown predicat…

2020-08-25 Thread GitBox
richardantal commented on pull request #27: URL: https://github.com/apache/phoenix-connectors/pull/27#issuecomment-679904009 @ankitsinghal It is not necessary if the same code works, because the common part will be unified to reduce code duplication. I am currently working on it.