Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/968#discussion_r144111856
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/record/RecordBatchLoader.java
---
@@ -150,6 +162,40 @@ public boolean load(RecordBatchDef def, DrillBuf buf)
throws SchemaChangeExcepti
return schemaChanged;
}
+ private boolean checkMapSchema(Collection<MaterializedField>
currentChildren,
--- End diff --
Renamed and added Javadoc comments to better explain the purpose.
---