[jira] [Commented] (PHOENIX-7115) Create separate handler thread pool for invalidating server metadata cache

2023-12-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-7115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17799493#comment-17799493 ] ASF GitHub Bot commented on PHOENIX-7115: - shahrs87 commented on code in PR #1748: URL:

Re: [PR] PHOENIX-7115 Create separate handler thread pool for invalidating server metadata cache [phoenix]

2023-12-21 Thread via GitHub
shahrs87 commented on code in PR #1748: URL: https://github.com/apache/phoenix/pull/1748#discussion_r1434278977 ## phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java: ## @@ -3546,9 +3586,6 @@ public Void call() throws Exception {

[jira] [Commented] (PHOENIX-7014) CDC query complier and optimizer

2023-12-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-7014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17799534#comment-17799534 ] ASF GitHub Bot commented on PHOENIX-7014: - virajjasani commented on code in PR #1766: URL:

Re: [PR] PHOENIX-7014: Query compiler/optimizer changes along with some PHOENIX-7015 changes [phoenix]

2023-12-21 Thread via GitHub
virajjasani commented on code in PR #1766: URL: https://github.com/apache/phoenix/pull/1766#discussion_r1434375182 ## phoenix-core/src/it/java/org/apache/phoenix/end2end/CDCMiscIT.java: ## @@ -269,4 +273,109 @@ public void testDropCDCIndex () throws SQLException { }

Re: [PR] PHOENIX-7115 Create separate handler thread pool for invalidating server metadata cache [phoenix]

2023-12-21 Thread via GitHub
jpisaac commented on code in PR #1748: URL: https://github.com/apache/phoenix/pull/1748#discussion_r1434485333 ## phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java: ## @@ -544,32 +548,51 @@ public ConnectionQueryServicesImpl(QueryServices

[jira] [Commented] (PHOENIX-7115) Create separate handler thread pool for invalidating server metadata cache

2023-12-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-7115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17799561#comment-17799561 ] ASF GitHub Bot commented on PHOENIX-7115: - jpisaac commented on code in PR #1748: URL:

[jira] [Commented] (PHOENIX-7014) CDC query complier and optimizer

2023-12-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-7014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17799533#comment-17799533 ] ASF GitHub Bot commented on PHOENIX-7014: - virajjasani commented on PR #1766: URL:

Re: [PR] PHOENIX-7014: Query compiler/optimizer changes along with some PHOENIX-7015 changes [phoenix]

2023-12-21 Thread via GitHub
virajjasani commented on PR #1766: URL: https://github.com/apache/phoenix/pull/1766#issuecomment-1866735458 @tkhurana if you are good with the current state with any additional comments to be taken care of in subsequent PRs against feature branch (or final patch against master branch), we

Re: [PR] PHOENIX-7014: Query compiler/optimizer changes along with some PHOENIX-7015 changes [phoenix]

2023-12-21 Thread via GitHub
tkhurana commented on code in PR #1766: URL: https://github.com/apache/phoenix/pull/1766#discussion_r1434502531 ## phoenix-core/src/it/java/org/apache/phoenix/end2end/CDCMiscIT.java: ## @@ -269,4 +273,109 @@ public void testDropCDCIndex () throws SQLException { }

[jira] [Commented] (PHOENIX-7014) CDC query complier and optimizer

2023-12-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-7014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17799574#comment-17799574 ] ASF GitHub Bot commented on PHOENIX-7014: - tkhurana commented on code in PR #1766: URL:

Re: [PR] PHOENIX-7014: Query compiler/optimizer changes along with some PHOENIX-7015 changes [phoenix]

2023-12-21 Thread via GitHub
virajjasani commented on code in PR #1766: URL: https://github.com/apache/phoenix/pull/1766#discussion_r1434377696 ## phoenix-core/src/it/java/org/apache/phoenix/end2end/CDCMiscIT.java: ## @@ -269,4 +273,109 @@ public void testDropCDCIndex () throws SQLException { }

[jira] [Commented] (PHOENIX-7014) CDC query complier and optimizer

2023-12-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-7014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17799535#comment-17799535 ] ASF GitHub Bot commented on PHOENIX-7014: - virajjasani commented on code in PR #1766: URL:

[jira] [Commented] (PHOENIX-7155) Validate Partial Index support with JSON

2023-12-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-7155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17799330#comment-17799330 ] ASF GitHub Bot commented on PHOENIX-7155: - kadirozde merged PR #1767: URL:

Re: [PR] PHOENIX-7155 Validate Partial Index support with JSON [phoenix]

2023-12-21 Thread via GitHub
kadirozde merged PR #1767: URL: https://github.com/apache/phoenix/pull/1767 -- 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:

[jira] [Commented] (PHOENIX-7156) Run integration tests based on @Category

2023-12-21 Thread Nikita Pande (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-7156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17799673#comment-17799673 ] Nikita Pande commented on PHOENIX-7156: --- [~chrajeshbab...@gmail.com] can u please assign this to

[PR] PHOENIX-7156 enabling category-wise integration test execution capability [phoenix]

2023-12-21 Thread via GitHub
nikita15p opened a new pull request, #1770: URL: https://github.com/apache/phoenix/pull/1770 With the above change, we can select the integration tests which we want to run using following commands - To run the integration tests only for ParallelStatsEnabledTests `mvn

[jira] [Commented] (PHOENIX-7156) Run integration tests based on @Category

2023-12-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-7156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17799682#comment-17799682 ] ASF GitHub Bot commented on PHOENIX-7156: - nikita15p opened a new pull request, #1770: URL:

[jira] [Comment Edited] (PHOENIX-7156) Run integration tests based on @Category

2023-12-21 Thread Nikita Pande (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-7156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17799673#comment-17799673 ] Nikita Pande edited comment on PHOENIX-7156 at 12/22/23 6:50 AM: -

Re: [PR] Phoenix 628 feature [phoenix]

2023-12-21 Thread via GitHub
ranganathg closed pull request #1768: Phoenix 628 feature URL: https://github.com/apache/phoenix/pull/1768 -- 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,

[PR] Phoenix 628 feature [phoenix]

2023-12-21 Thread via GitHub
ranganathg opened a new pull request, #1768: URL: https://github.com/apache/phoenix/pull/1768 (no comment) -- 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,

[jira] [Commented] (PHOENIX-628) Support native JSON data type

2023-12-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17799366#comment-17799366 ] ASF GitHub Bot commented on PHOENIX-628: ranganathg opened a new pull request, #1769: URL:

[PR] PHOENIX-628: Support native JSON data type [phoenix]

2023-12-21 Thread via GitHub
ranganathg opened a new pull request, #1769: URL: https://github.com/apache/phoenix/pull/1769 (no comment) -- 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,