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:
[email protected]


With regards,
Apache Git Services

Reply via email to