[GitHub] [drill] vdiravka commented on a diff in pull request #2609: DRILL-8267: Remove commons-configuration dependency management

2022-07-20 Thread GitBox
vdiravka commented on code in PR #2609: URL: https://github.com/apache/drill/pull/2609#discussion_r926320649 ## pom.xml: ## @@ -1984,17 +1983,6 @@ xercesImpl ${xerces.version} - Review Comment: This management is for two purposes: 1. Per co

[GitHub] [drill] jnturton commented on a diff in pull request #2585: DRILL-8235: Add Storage Plugin for Google Sheets

2022-07-20 Thread GitBox
jnturton commented on code in PR #2585: URL: https://github.com/apache/drill/pull/2585#discussion_r926253092 ## contrib/storage-googlesheets/src/main/java/org/apache/drill/exec/store/googlesheets/GoogleSheetsBatchReader.java: ## @@ -0,0 +1,301 @@ +/* + * Licensed to the Apache S

Re: [DISCUSS] Drill 1.20.2 bugfix release

2022-07-20 Thread James Turton
We'll prepare the first RC. On 2022/07/20 19:25, James Turton wrote: We've been able to include the mentioned fixes plus a number of extras[1]. Are we ready to freeze the 1.20 branch for 1.20.2 here? [1] https://github.com/apache/drill/commits/1.20 On 2022/07/08 14:33, Charles Givre wrote: H

[GitHub] [drill] cgivre commented on a diff in pull request #2585: DRILL-8235: Add Storage Plugin for Google Sheets

2022-07-20 Thread GitBox
cgivre commented on code in PR #2585: URL: https://github.com/apache/drill/pull/2585#discussion_r926191991 ## contrib/storage-googlesheets/src/main/java/org/apache/drill/exec/store/googlesheets/GoogleSheetsBatchReader.java: ## @@ -0,0 +1,301 @@ +/* + * Licensed to the Apache Sof

Re: [DISCUSS] Drill 1.20.2 bugfix release

2022-07-20 Thread James Turton
We've been able to include the mentioned fixes plus a number of extras[1]. Are we ready to freeze the 1.20 branch for 1.20.2 here? [1] https://github.com/apache/drill/commits/1.20 On 2022/07/08 14:33, Charles Givre wrote: Hey James, Thanks for doing this. There are a few CI and CVE related PR

[GitHub] [drill] jnturton merged pull request #2600: [BACKPORT-TO-STABLE] Bugfix Release 1.20.2 Phase 2

2022-07-20 Thread GitBox
jnturton merged PR #2600: URL: https://github.com/apache/drill/pull/2600 -- 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: dev-unsubscr...@drill.apache.or

[GitHub] [drill] jnturton merged pull request #2597: DRILL-7960: Column metadata DECIMAL precision can exceed max supported value

2022-07-20 Thread GitBox
jnturton merged PR #2597: URL: https://github.com/apache/drill/pull/2597 -- 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: dev-unsubscr...@drill.apache.or

[GitHub] [drill] cgivre commented on pull request #2599: DRILL-4232 Support for EXCEPT and INTERSECT set operator

2022-07-20 Thread GitBox
cgivre commented on PR #2599: URL: https://github.com/apache/drill/pull/2599#issuecomment-1190414440 @Leon-WTF You might want to wait until https://github.com/apache/drill/pull/2602 is merged before you continue this. -- This is an automated message from the Apache Git Service. To respon

[GitHub] [drill] lgtm-com[bot] commented on pull request #2600: [BACKPORT-TO-STABLE] Bugfix Release 1.20.2 Phase 2

2022-07-20 Thread GitBox
lgtm-com[bot] commented on PR #2600: URL: https://github.com/apache/drill/pull/2600#issuecomment-1190172585 This pull request **fixes 9 alerts** when merging 76fe42a5c224a135e8e918fa1dedb94423d0db96 into da7f2da01cd7174ba93fa01c60dda9d5f090f059 - [view on LGTM.com](https://lgtm.com/project

[GitHub] [drill] jnturton commented on pull request #2597: DRILL-7960: Column metadata DECIMAL precision can exceed max supported value

2022-07-20 Thread GitBox
jnturton commented on PR #2597: URL: https://github.com/apache/drill/pull/2597#issuecomment-1190132339 > If I correctly understand the test you intend (my implementation is shown below) then the answer is that it does not reproduce the issue... Ignore this, I just hadn't run things pr

[GitHub] [drill] jnturton commented on pull request #2597: DRILL-7960: Column metadata DECIMAL precision can exceed max supported value

2022-07-20 Thread GitBox
jnturton commented on PR #2597: URL: https://github.com/apache/drill/pull/2597#issuecomment-1190101257 > Yes, please add such a test. We have test methods that allow obtaining row set for query results. Doesn't this issue is reproduced when they are used? If I correctly understand the

[GitHub] [drill] jnturton commented on a diff in pull request #2609: DRILL-8267: Remove commons-configuration dependency management

2022-07-20 Thread GitBox
jnturton commented on code in PR #2609: URL: https://github.com/apache/drill/pull/2609#discussion_r925256805 ## pom.xml: ## @@ -1984,17 +1983,6 @@ xercesImpl ${xerces.version} - Review Comment: Note that what we're doing here is removing the _