Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Calcite 1.31.0
Description
Adding the following unit test to JdbcAdapterTest will reproduce the bug
@Test void testNullSelect() { final String sql = "select NULL AS C from \"days\""; CalciteAssert.model(FoodmartSchema.FOODMART_MODEL) .query(sql) .runs() .returnsCount(14); }
Attachments
Issue Links
- links to