[jira] [Commented] (PHOENIX-5066) The TimeZone is incorrectly used during writing or reading data

2023-03-06 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697275#comment-17697275 ] Istvan Toth commented on PHOENIX-5066: -- Committed to master. Going to commit to 5

[jira] [Commented] (PHOENIX-5066) The TimeZone is incorrectly used during writing or reading data

2023-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697274#comment-17697274 ] ASF GitHub Bot commented on PHOENIX-5066: - stoty commented on PR #1577: URL: ht

[GitHub] [phoenix] stoty commented on pull request #1577: PHOENIX-5066 The TimeZone is incorrectly used during writing or readi…

2023-03-06 Thread via GitHub
stoty commented on PR #1577: URL: https://github.com/apache/phoenix/pull/1577#issuecomment-1457701073 For running tests on backports -- 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 c

[jira] [Commented] (PHOENIX-5066) The TimeZone is incorrectly used during writing or reading data

2023-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697273#comment-17697273 ] ASF GitHub Bot commented on PHOENIX-5066: - stoty opened a new pull request, #15

[GitHub] [phoenix] stoty opened a new pull request, #1577: PHOENIX-5066 The TimeZone is incorrectly used during writing or readi…

2023-03-06 Thread via GitHub
stoty opened a new pull request, #1577: URL: https://github.com/apache/phoenix/pull/1577 …ng data Add the phoenix.query.applyTimeZoneDisplacement option, that causes the java.sql time types to be treated as local times. This option is disabled by default, it needs to be enabled to

[jira] [Commented] (PHOENIX-6888) Fixing TTL and Max Lookback Issues for Phoenix Tables

2023-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697272#comment-17697272 ] ASF GitHub Bot commented on PHOENIX-6888: - kadirozde commented on code in PR #1

[GitHub] [phoenix] kadirozde commented on a diff in pull request #1569: PHOENIX-6888 Fixing TTL and Max Lookback Issues for Phoenix Tables

2023-03-06 Thread via GitHub
kadirozde commented on code in PR #1569: URL: https://github.com/apache/phoenix/pull/1569#discussion_r1127467301 ## phoenix-core/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java: ## @@ -588,6 +588,49 @@ public InternalScanner preCompact(Observe

[jira] [Commented] (PHOENIX-6888) Fixing TTL and Max Lookback Issues for Phoenix Tables

2023-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697259#comment-17697259 ] ASF GitHub Bot commented on PHOENIX-6888: - stoty commented on code in PR #1569:

[GitHub] [phoenix] stoty commented on a diff in pull request #1569: PHOENIX-6888 Fixing TTL and Max Lookback Issues for Phoenix Tables

2023-03-06 Thread via GitHub
stoty commented on code in PR #1569: URL: https://github.com/apache/phoenix/pull/1569#discussion_r1127449923 ## phoenix-core/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java: ## @@ -588,6 +588,49 @@ public InternalScanner preCompact(ObserverCon

[jira] [Commented] (PHOENIX-6893) Remove explicit dependency declaration on hbase-thirdparty artifacts

2023-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697245#comment-17697245 ] ASF GitHub Bot commented on PHOENIX-6893: - stoty closed pull request #1576: PHO

[GitHub] [phoenix] stoty closed pull request #1576: PHOENIX-6893 Remove explicit dependency declaration on hbase-thirdpar…

2023-03-06 Thread via GitHub
stoty closed pull request #1576: PHOENIX-6893 Remove explicit dependency declaration on hbase-thirdpar… URL: https://github.com/apache/phoenix/pull/1576 -- 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-6893) Remove explicit dependency declaration on hbase-thirdparty artifacts

2023-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697230#comment-17697230 ] ASF GitHub Bot commented on PHOENIX-6893: - stoty commented on PR #1576: URL: ht

[GitHub] [phoenix] stoty commented on pull request #1576: PHOENIX-6893 Remove explicit dependency declaration on hbase-thirdpar…

2023-03-06 Thread via GitHub
stoty commented on PR #1576: URL: https://github.com/apache/phoenix/pull/1576#issuecomment-1457560602 Yes. I originally added the explicit dependency to satisfy the dependency check, but it has proven to be more trouble than it's worth. -- This is an automated message from the Apache G

[jira] [Commented] (PHOENIX-6893) Remove explicit dependency declaration on hbase-thirdparty artifacts

2023-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697228#comment-17697228 ] ASF GitHub Bot commented on PHOENIX-6893: - mnpoonia commented on PR #1576: URL:

[GitHub] [phoenix] mnpoonia commented on pull request #1576: PHOENIX-6893 Remove explicit dependency declaration on hbase-thirdpar…

2023-03-06 Thread via GitHub
mnpoonia commented on PR #1576: URL: https://github.com/apache/phoenix/pull/1576#issuecomment-1457547336 This looks good. So effectively now we will use hbase-thirdparty that comes with hbase version that a build is using. -- This is an automated message from the Apache Git Service. To r

[jira] [Commented] (PHOENIX-6893) Remove explicit dependency declaration on hbase-thirdparty artifacts

2023-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697002#comment-17697002 ] ASF GitHub Bot commented on PHOENIX-6893: - stoty commented on PR #1576: URL: ht

[GitHub] [phoenix] stoty commented on pull request #1576: PHOENIX-6893 Remove explicit dependency declaration on hbase-thirdpar…

2023-03-06 Thread via GitHub
stoty commented on PR #1576: URL: https://github.com/apache/phoenix/pull/1576#issuecomment-1456365009 checkstyle fix -- 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 unsu

[jira] [Commented] (PHOENIX-5117) Return the count of rows scanned in HBase

2023-03-06 Thread Gourab Taparia (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696953#comment-17696953 ] Gourab Taparia commented on PHOENIX-5117: - [~fengchen8086] What is the plan for

[GitHub] [phoenix] stoty opened a new pull request, #1576: PHOENIX-6893 Remove explicit dependency declaration on hbase-thirdpar…

2023-03-06 Thread via GitHub
stoty opened a new pull request, #1576: URL: https://github.com/apache/phoenix/pull/1576 …ty artifacts -- 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-mai

[jira] [Commented] (PHOENIX-6893) Remove explicit dependency declaration on hbase-thirdparty artifacts

2023-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696931#comment-17696931 ] ASF GitHub Bot commented on PHOENIX-6893: - stoty opened a new pull request, #15

[jira] [Commented] (PHOENIX-6894) Set up PQS to run tests with TZ displacement enabled

2023-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696911#comment-17696911 ] ASF GitHub Bot commented on PHOENIX-6894: - stoty commented on PR #121: URL: ht

[GitHub] [phoenix-queryserver] stoty commented on pull request #121: PHOENIX-6894 Set up PQS to run tests with TZ displacement enabled

2023-03-06 Thread via GitHub
stoty commented on PR #121: URL: https://github.com/apache/phoenix-queryserver/pull/121#issuecomment-1456029105 Requires a release with the PHOENIX-5066 fix -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[jira] [Commented] (PHOENIX-4664) Time Python driver tests failing

2023-03-06 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696904#comment-17696904 ] Istvan Toth commented on PHOENIX-4664: -- Actually, we don't have to do anything. T

[jira] [Commented] (PHOENIX-5066) The TimeZone is incorrectly used during writing or reading data

2023-03-06 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696894#comment-17696894 ] Istvan Toth commented on PHOENIX-5066: -- It turns out that Avatica needs the Result

[jira] [Commented] (PHOENIX-4664) Time Python driver tests failing

2023-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696886#comment-17696886 ] ASF GitHub Bot commented on PHOENIX-4664: - stoty commented on PR #120: URL: ht

[GitHub] [phoenix-queryserver] stoty commented on pull request #120: PHOENIX-4664 Time Python driver tests failing

2023-03-06 Thread via GitHub
stoty commented on PR #120: URL: https://github.com/apache/phoenix-queryserver/pull/120#issuecomment-1455956097 This requires uncommitted Phoenix side changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a