[
https://issues.apache.org/jira/browse/DRILL-8411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700476#comment-17700476
]
ASF GitHub Bot commented on DRILL-8411:
---------------------------------------
cgivre opened a new pull request, #2774:
URL: https://github.com/apache/drill/pull/2774
# [DRILL-8411](https://issues.apache.org/jira/browse/DRILL-8411):
GoogleSheets Reader Will Not Read More than 1K Rows
## Description
The GoogleSheets reader hits the batch limit from the GoogleSheets SDK of
1000 rows and stops. This PR fixes that.
It also fixes a minor but annoying issue whereby the GoogleSheets reader
determines a column is a date/time, but is then unable to parse it because it
is in a non-standard format.
## Documentation
N/A
## Testing
Ran existing unit tests and tested manually.
> GoogleSheets Reader Will Not Read More than 1K Rows
> ---------------------------------------------------
>
> Key: DRILL-8411
> URL: https://issues.apache.org/jira/browse/DRILL-8411
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - GoogleSheets
> Affects Versions: 1.21.0
> Reporter: Charles Givre
> Assignee: Charles Givre
> Priority: Major
> Fix For: 1.21.1
>
>
> The GoogleSheets reader hits the batch limit from the GoogleSheets SDK of
> 1000 rows and stops. This PR fixes that.
> It also fixes a minor but annoying issue whereby the GoogleSheets reader
> determines a column is a date/time, but is then unable to parse it because it
> is in a non-standard format.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)