Details
-
Improvement
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
1.20.0
-
None
-
None
Description
Hash aggregate does not support schema change due to HashAggBatch implementation:
case UPDATE_AGGREGATOR: throw UserException.unsupportedError() .message(SchemaChangeException.schemaChanged( "Hash aggregate does not support schema change", incomingSchema, incoming.getSchema()).getMessage()) .build(logger); default:
After JSON update to leverage EVF there is schema change for this oprator in the
TestE2EUnnestAndLateral#testMultipleBatchesLateral_WithGroupByInParent test case
Attachments
Issue Links
- is part of
-
DRILL-8037 Add V2 JSON Format Plugin based on EVF
- Resolved