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_r248639459
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/dotdrill/View.java
##########
@@ -207,6 +217,23 @@ public Boolean getIsNullable() {
return isNullable;
}
+ public FieldType getKeyType() {
Review comment:
added javadocs and ```@JsonIgnore``` for methods which won't take part in
serialization.
----------------------------------------------------------------
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