Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/1032#discussion_r150686404
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/ops/FragmentContext.java ---
@@ -229,7 +229,7 @@ public DrillbitContext getDrillbitContext() {
return context;
}
- public SchemaPlus getRootSchema() {
+ public SchemaPlus getFullRootSchema() {
--- End diff --
Comment to explain what a "full root schema" is? Apparently, this is both
the plugin config name and workspace combined?
---