[jira] [Commented] (PHOENIX-6823) calling Joda-based round() function on temporal PK field causes division by zero error

2022-11-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17637040#comment-17637040 ] ASF GitHub Bot commented on PHOENIX-6823: - stoty commented on PR #1530: URL: ht

[GitHub] [phoenix] stoty commented on pull request #1530: PHOENIX-6823 calling Joda-based round() function on temporal PK field…

2022-11-21 Thread GitBox
stoty commented on PR #1530: URL: https://github.com/apache/phoenix/pull/1530#issuecomment-1323231396 The logic is still buggy, please don't review yet -- 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 g

[jira] [Commented] (PHOENIX-6823) calling Joda-based round() function on temporal PK field causes division by zero error

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

[GitHub] [phoenix] stoty opened a new pull request, #1530: PHOENIX-6823 calling Joda-based round() function on temporal PK field…

2022-11-21 Thread GitBox
stoty opened a new pull request, #1530: URL: https://github.com/apache/phoenix/pull/1530 … causes division by zero error also fix other bugs in the key range pushdown logic for temporals -- This is an automated message from the Apache Git Service. To respond to the message, please l

[jira] [Commented] (PHOENIX-6776) Abort scans of closed connections at ScanningResultIterator

2022-11-21 Thread Kadir Ozdemir (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636863#comment-17636863 ] Kadir Ozdemir commented on PHOENIX-6776: I reverted the commits for this Jira d

[jira] [Commented] (PHOENIX-6823) calling Joda-based round() function on temporal PK field causes division by zero error

2022-11-21 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636664#comment-17636664 ] Istvan Toth commented on PHOENIX-6823: -- Generally, the PK pushdown feature for tem

[jira] [Commented] (PHOENIX-6829) Add code coverage report aggregation with Jacoco

2022-11-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636606#comment-17636606 ] ASF GitHub Bot commented on PHOENIX-6829: - stoty commented on PR #1524: URL: ht

[GitHub] [phoenix] stoty commented on pull request #1524: PHOENIX-6829: Add code coverage report aggregation with Jacoco

2022-11-21 Thread GitBox
stoty commented on PR #1524: URL: https://github.com/apache/phoenix/pull/1524#issuecomment-1321815902 Before committing, I want to check if the Javadoc yetus errors are related to the patch. -- This is an automated message from the Apache Git Service. To respond to the message, please log

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

2022-11-21 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636601#comment-17636601 ] Istvan Toth commented on PHOENIX-5066: -- Thank you for looking into this, [~dbwong]