Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.11.0
-
None
-
None
Description
The following query should not be allowed in Drill planner.
select * from cp.`tpch/nation.parquet` group by n_regionkey; +----+ | * | +----+ | 0 | | 1 | | 4 | | 3 | | 2 | +----+
However, Drill allow such query to run and even worse the result is incorrect. It would make sense that we block such type of query.
Attachments
Issue Links
- incorporates
-
DRILL-3993 Rebase Drill on Calcite master branch
- Resolved