ihuzenko commented on a change in pull request #1602: DRILL-6944:
UnsupportedOperationException thrown for view over MapR-DB binary table
URL: https://github.com/apache/drill/pull/1602#discussion_r248657046
##########
File path:
exec/java-exec/src/test/resources/view/vw_before_drill_6944.view.drill
##########
@@ -0,0 +1,10 @@
+{
+ "name" : "vw_before_drill_6944",
+ "sql" : "SELECT `mapf`\nFROM dfs.`avro/map_string_to_long.avro`",
+ "fields" : [ {
+ "name" : "mapf",
+ "type" : "MAP",
+ "isNullable" : false
+ } ],
+ "workspaceSchemaPath" : [ ]
+}
Review comment:
I'm not sure whether it's required to add new lines for non source files
generated by Drill and used only for testing purposes.
----------------------------------------------------------------
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