Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0, 3.4.1
Description
Adds per-rule validation checks for the following:
1. aggregate expressions in Aggregate plans are valid.
2. Grouping key types in Aggregate plans cannot by of type Map.
3. No dangling references have been generated.
This is validation is by default enabled for all tests or selectively using the spark.sql.planChangeValidation=true flag.