ihuzenko commented on a change in pull request #1899: DRILL-7445: Create batch copier based on result set framework URL: https://github.com/apache/drill/pull/1899#discussion_r347386586
########## File path: exec/vector/src/main/java/org/apache/drill/exec/vector/accessor/writer/UnionWriterImpl.java ########## @@ -332,6 +334,14 @@ public int writeIndex() { return index.vectorIndex(); } + @Override + public void copy(ColumnReader from) { + if (! from.isNull()) { Review comment: ```suggestion if (!from.isNull()) { ``` ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services