You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/10/02 02:55:00 UTC

[jira] [Commented] (DRILL-8327) GoogleSheets not Reporting Schemata to Info_Schema

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

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

cgivre opened a new pull request, #2667:
URL: https://github.com/apache/drill/pull/2667

   # [DRILL-8327](https://issues.apache.org/jira/browse/DRILL-8327): GoogleSheets not Reporting Schemata to Info_Schema
   
   ## Description
   GoogleSheets (GS) was not reporting available documents to the information schema.  This PR fixes that so that users are now able to query the information_schema to find a list of available documents.  
   
   Note that it is not possible to populate the tabs into the information schema due to Google's rate limits.  If this was populated, it would be very easy for a user with a few dozen files to exceed the rate limit.   Users can obtain the list of available sheets by using the `_sheets` implicit column.
   
   ## Documentation
   Updated README.
   
   ## Testing
   Ran existing unit tests and added two additional tests to confirm values are being populated into the `information_schema`. 




> 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)