Details
-
Test
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.20.0
Description
When I read the code, I found two identical testcases in RelMetadataTest, except for the different names, which might need to be changed to limit 0, or just need to keep one.
@Test public void testRowCountSortLimit() { final String sql = "select * from emp order by ename limit 10"; checkRowCount(sql, 10d, 0D, 10d); } @Test public void testRowCountSortLimit0() { final String sql = "select * from emp order by ename limit 10"; checkRowCount(sql, 10d, 0D, 10d); }
Attachments
Issue Links
- links to