paul-rogers commented on a change in pull request #2060: DRILL-7706: Implement
Drill RDBMS Metastore for Tables component
URL: https://github.com/apache/drill/pull/2060#discussion_r410490264
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/SchemaUtilites.java
##########
@@ -218,7 +218,7 @@ private static AbstractSchema resolveToDrillSchemaInternal
(SchemaPlus defaultSc
if (isRootSchema(schema)) {
throw UserException.validationError()
- .message("Root schema is immutable. Creating or dropping
tables/views is not allowed in root schema." +
+ .message("Root schema is immutable. Creating or dropping
tables/views is not allowed in root schema. " +
Review comment:
Maybe: "Drill does not allow creating or deleting tables or views in the
root schema."
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services