Re: [PR] DRILL-8433: Add Percent Change UDF to Drill (drill)

2023-05-10 Thread via GitHub
cgivre merged PR #2801: URL: https://github.com/apache/drill/pull/2801 -- 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.org

Re: [PR] DRILL-8430: Create JacksonUtils (drill)

2023-05-10 Thread via GitHub
pjfanning commented on PR #2800: URL: https://github.com/apache/drill/pull/2800#issuecomment-1542255539 @cgivre no worries - I had timeout and other issues with GitHub around that time too. Some sort of general GitHub health issues, I guess. -- This is an automated message from the

Re: [PR] DRILL-8430: Create JacksonUtils (drill)

2023-05-10 Thread via GitHub
jnturton commented on code in PR #2800: URL: https://github.com/apache/drill/pull/2800#discussion_r1189557009 ## exec/java-exec/src/main/java/org/apache/drill/exec/store/http/oauth/OAuthUtils.java: ## @@ -36,6 +37,7 @@ public class OAuthUtils { private static final Logger

Re: [PR] DRILL-8430: Create JacksonUtils (drill)

2023-05-10 Thread via GitHub
cgivre commented on PR #2800: URL: https://github.com/apache/drill/pull/2800#issuecomment-1542048115 @pjfanning Sorry for the repeated comments yesterday. Github was giving me an error message and it didn't look like the comment had actually posted. -- This is an automated message from

Re: [PR] DRILL-8430: Create JacksonUtils (drill)

2023-05-10 Thread via GitHub
pjfanning commented on code in PR #2800: URL: https://github.com/apache/drill/pull/2800#discussion_r1189568415 ## exec/java-exec/src/main/java/org/apache/drill/exec/store/http/oauth/OAuthUtils.java: ## @@ -36,6 +37,7 @@ public class OAuthUtils { private static final

Re: [PR] DRILL-8430: Create JacksonUtils (drill)

2023-05-10 Thread via GitHub
jnturton commented on code in PR #2800: URL: https://github.com/apache/drill/pull/2800#discussion_r1189578197 ## exec/java-exec/src/main/java/org/apache/drill/exec/store/http/oauth/OAuthUtils.java: ## @@ -36,6 +37,7 @@ public class OAuthUtils { private static final Logger

Re: [DRAFT] Report to Board

2023-05-10 Thread James Turton
LGTM and perhaps they can still announce the 1.21 release in whatever media they make use of. On 2023/05/09 15:59, Charles Givre wrote: Hello all, Here is the draft report to the Apache Board. This is due tomorrow, so please let me know any comments ASAP. Personally, I was very

Re: [PR] DRILL-8430: Create JacksonUtils (drill)

2023-05-10 Thread via GitHub
jnturton commented on code in PR #2800: URL: https://github.com/apache/drill/pull/2800#discussion_r1189562746 ## exec/java-exec/src/main/java/org/apache/drill/exec/store/http/oauth/OAuthUtils.java: ## @@ -36,6 +37,7 @@ public class OAuthUtils { private static final Logger

[I] Vertica: JDBC Driver does not support FETCH NEXT, only LIMIT (drill)

2023-05-10 Thread via GitHub
Deklin opened a new issue, #2802: URL: https://github.com/apache/drill/issues/2802 **Describe the bug** When connecting a RDBMS datasource that is based on Vertica, Drill attempts to use the FETCH NEXT approach for query optimization, however vertica JDBC doesn't support FETCH NEXT but