> On April 9, 2015, 6:48 a.m., Aman Sinha wrote: > > exec/java-exec/src/test/java/org/apache/drill/TestUnionAll.java, line 444 > > <https://reviews.apache.org/r/32947/diff/1/?file=920328#file920328line444> > > > > You should name the columns explicitly in the subquery instead of > > relying on EXPR$0 which is a planner generated name and could change in the > > future.
I named this column explicitly as 'col0' - Sean Hsuan-Yi ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32947/#review79486 ----------------------------------------------------------- On April 8, 2015, 12:34 a.m., Sean Hsuan-Yi Chu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/32947/ > ----------------------------------------------------------- > > (Updated April 8, 2015, 12:34 a.m.) > > > Review request for drill and Aman Sinha. > > > Bugs: DRILL-2717 > https://issues.apache.org/jira/browse/DRILL-2717 > > > Repository: drill-git > > > Description > ------- > > The upstream message returned by Union-All (when innerNext is called on > Union-All) is corrected > > > Diffs > ----- > > > exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/union/UnionAllRecordBatch.java > 61de3a4 > exec/java-exec/src/test/java/org/apache/drill/TestUnionAll.java 7033013 > > Diff: https://reviews.apache.org/r/32947/diff/ > > > Testing > ------- > > QA, unit > > > Thanks, > > Sean Hsuan-Yi Chu > >
