You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "cgivre (via GitHub)" <gi...@apache.org> on 2023/02/05 16:32:46 UTC

[GitHub] [drill] cgivre opened a new pull request, #2748: DRILL-8395: Add Support for INSERT and Drop Table to GoogleSheets Plugin

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-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [drill] cgivre merged pull request #2748: DRILL-8395: Add Support for Insert and Drop Table to GoogleSheets Plugin

Posted by "cgivre (via GitHub)" <gi...@apache.org>.
cgivre merged PR #2748:
URL: https://github.com/apache/drill/pull/2748


-- 
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-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org