sohami commented on a change in pull request #1353: DRILL-6553: Fix TopN for
unnest operator
URL: https://github.com/apache/drill/pull/1353#discussion_r199210264
##########
File path:
exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/lateraljoin/TestE2EUnnestAndLateral.java
##########
@@ -394,4 +401,30 @@ public void testLateral_HashAgg_with_nulls() throws
Exception {
.baselineValues("dd",222L)
.build().run();
}
+
+ @Test
+ public void testUnnestTopN() throws Exception {
Review comment:
Please make this test part of `TestLateralPlans.java` where we have other
plan verification tests.
----------------------------------------------------------------
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