Github user zbdzzg commented on a diff in the pull request:
https://github.com/apache/drill/pull/662#discussion_r93163164
--- Diff: exec/java-exec/src/test/java/org/apache/drill/TestBugFixes.java
---
@@ -221,4 +221,14 @@ public void testDRILL4884() throws Exception {
.baselineRecords(baseline)
.go();
}
+
+ @Test
+ public void testDRILL5051() throws Exception {
+ testBuilder()
+ .sqlQuery("select count(1) as cnt from (select l_orderkey from
(select id from cp.`tpch/lineitem.parquet` limit 2) limit 1 offset 1)")
--- End diff --
Thank you for the catch!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---