parthchandra commented on a change in pull request #1401: DRILL-6616: Batch Processing for Lateral/Unnest URL: https://github.com/apache/drill/pull/1401#discussion_r205896326
########## File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/unnest/UnnestImpl.java ########## @@ -36,9 +36,12 @@ import static org.apache.drill.exec.record.BatchSchema.SelectionVectorMode.NONE; /** - * Contains the actual unnest operation. Unnest is a simple transfer operation in this impelementation. + * Contains the actual unnest operation. Unnest is a simple transfer operation in this implementation. * For use as a table function, we will need to change the logic of the unnest method to operate on Review comment: You're right, it doesn't. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services