sohami commented on a change in pull request #1376: DRILL-6592: Unnest record
batch size is called too frequently
URL: https://github.com/apache/drill/pull/1376#discussion_r202090727
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/unnest/UnnestRecordBatch.java
##########
@@ -216,7 +225,7 @@ public IterOutcome innerNext() {
boolean isNewSchema = schemaChanged();
Review comment:
I think `isNewSchema` flag can be deprecated and replaced by `hasNewSchema`.
----------------------------------------------------------------
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