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 2018/11/28 16:51:26 UTC

[GitHub] KazydubB opened a new pull request #1557: DRILL-6863: Drop table is not working if path within workspace starts…

KazydubB opened a new pull request #1557: DRILL-6863: Drop table is not working if path within workspace starts…
URL: https://github.com/apache/drill/pull/1557
 
 
   … with "/"
   
   - Made workspace to be honored when table/view name starts with "/" for DROP TABLE, DROP VIEW, CREATE VIEW and SELECT from view queries;
   - Made "/{name}" and "{name}" to be equivalent names (the leading "/" is removed) when creating temporary tables so that `SELECT ... FROM "/{name}" ...` and `SELECT ... FROM "{name}" ...` produce the same results and behave as regular tables in the context.

----------------------------------------------------------------
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