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

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

cgivre commented on code in PR #2667:
URL: https://github.com/apache/drill/pull/2667#discussion_r988476178


##########
contrib/storage-googlesheets/src/main/java/org/apache/drill/exec/store/googlesheets/GoogleSheetsStoragePlugin.java:
##########
@@ -61,6 +62,7 @@ public class GoogleSheetsStoragePlugin extends 
AbstractStoragePlugin {
   private final OAuthTokenProvider tokenProvider;
   private DataStore<StoredCredential> dataStore;
   private Sheets service;
+  private Drive driveService;

Review Comment:
   Confirmed.  The objects in question don't have a `close` method.





> GoogleSheets not Reporting Schemata to Info_Schema
> --------------------------------------------------
>
>                 Key: DRILL-8327
>                 URL: https://issues.apache.org/jira/browse/DRILL-8327
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - GoogleSheets
>    Affects Versions: 2.0.0
>            Reporter: Charles Givre
>            Assignee: Charles Givre
>            Priority: Major
>             Fix For: 2.0.0
>
>
> The GoogleSheets (GS) plugin was not reporting the available documents to the 
> info schema.  This PR makes some modifications so that users can determine 
> which documents are available via the information schema. 
> The GS plugin does not report the tabs as tables to the information schema 
> because that can cause Drill to exceed Google's rate quota.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to