Describe the bug
java.lang.RuntimeException: Exception: VeloxRuntimeError
Error Source: RUNTIME
Error Code: INVALID_STATE
Reason: (FLAT vs. ROW)
Retriable: False
Expression: decodedPartial_.base()->encoding() == VectorEncoding::Simple::ROW
Function: addSingleGroupIntermediateResults
File: gluten/ep/build-velox/build/velox_ep/./velox/functions/sparksql/aggregates/DecimalSumAggregate.h
Line: 317
To Reproduce
Steps to reproduce the behavior:
select sum(xxx) from table; xxx's type is decimal.
Describe the bug
java.lang.RuntimeException: Exception: VeloxRuntimeError
Error Source: RUNTIME
Error Code: INVALID_STATE
Reason: (FLAT vs. ROW)
Retriable: False
Expression: decodedPartial_.base()->encoding() == VectorEncoding::Simple::ROW
Function: addSingleGroupIntermediateResults
File: gluten/ep/build-velox/build/velox_ep/./velox/functions/sparksql/aggregates/DecimalSumAggregate.h
Line: 317
To Reproduce
Steps to reproduce the behavior:
select sum(xxx) from table; xxx's type is decimal.