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. -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org