cgivre opened a new pull request, #2748: URL: https://github.com/apache/drill/pull/2748
# [DRILL-8395](https://issues.apache.org/jira/browse/DRILL-8395): Add Support for INSERT and Drop Table to GoogleSheets Plugin ## Description This PR adds support for INSERT queries which allow a user to append data to an existing GoogleSheets tab. It also: * Adds support for DROP TABLE queries which were not implemented * Modifies CTAS queries so that if a user executes a CTAS query with a file token, Drill will add a new tab to an existing document, but if the user executes a CTAS with a file name, it will create an entirely new document. ## Documentation Updated README. ## Testing Added 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