[ 
https://issues.apache.org/jira/browse/DRILL-8056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17474689#comment-17474689
 ] 

ASF GitHub Bot commented on DRILL-8056:
---------------------------------------

cgivre commented on a change in pull request #2401:
URL: https://github.com/apache/drill/pull/2401#discussion_r783252405



##########
File path: exec/jdbc-all/pom.xml
##########
@@ -562,7 +562,7 @@
                   This is likely due to you adding new dependencies to a 
java-exec and not updating the excludes in this module. This is important as it 
minimizes the size of the dependency of Drill application users.
 
                   </message>
-                  <maxsize>46600000</maxsize>
+                  <maxsize>50000000</maxsize>

Review comment:
       @vvysotskyi Thanks for looking at this.  It actually is used in one of 
the files for Drill's internal rest API.  (See below). Does that need to be 
included in the JDBC driver?
   
   
https://github.com/apache/drill/blob/d6c54936129f8e2a8eda83be7b1ab69998e893f8/exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/StorageResources.java#L206-L210




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


> Add OAuth2 Support for HTTP Rest Plugin
> ---------------------------------------
>
>                 Key: DRILL-8056
>                 URL: https://issues.apache.org/jira/browse/DRILL-8056
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Storage - Other
>    Affects Versions: 1.19.0
>            Reporter: Charles Givre
>            Assignee: Charles Givre
>            Priority: Major
>             Fix For: 1.20.0
>
>
> Many enterprise platforms use OAuth2 for authentication and authorization.  
> This pull request allows Drill to authenticate with external APIs that use 
> OAuth2 and query these data sources.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to