You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/01/30 16:41:40 UTC

[GitHub] arina-ielchiieva commented on issue #1615: DRILL-6964: Implement CREATE / DROP SCHEMA commands

arina-ielchiieva commented on issue #1615: DRILL-6964: Implement CREATE / DROP SCHEMA commands
URL: https://github.com/apache/drill/pull/1615#issuecomment-459015613
 
 
   @vvysotskyi thanks for the review. I have address code review comments and also made a couple of new changes after Schema Provision project review on the last Hangout:
   1. Removed TABLE from schema commands (CREATE TABLE SCHEMA -> CREATE SCHEMA, DROP TABLE SCHEMA -> DROP SCHEMA), renamed all appropriate classes.
   2. Added TABLE to FOR clause (FOR dfs.tmp.t -> FOR TABLE dfs.tmp.t).
   3. Added LOAD clause and logic for it. LOAD is used to substitute columns and their properties enumeration in the CREATE SCHEMA command.
   4. Added versioning for the SchemaContainer class.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services