arina-ielchiieva commented on a change in pull request #1726: DRILL-7143:
Support default value for empty columns
URL: https://github.com/apache/drill/pull/1726#discussion_r271270612
##########
File path:
exec/vector/src/main/java/org/apache/drill/exec/vector/accessor/writer/OffsetVectorWriterImpl.java
##########
@@ -302,4 +312,9 @@ public void dump(HierarchicalFormatter format) {
.attribute("nextOffset", nextOffset)
.endObject();
}
+
+ @Override
+ public void setDefaultValue(Object value) {
+ throw new UnsupportedOperationException("Encoding not supported for offset
vectors");
Review comment:
Same here.
----------------------------------------------------------------
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