You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is also causes glutet ut aggregate push down - different data types of GlutenParquetV2AggregatePushDownSuite fail which traced by another issue apache/incubator-gluten#2169
The text was updated successfully, but these errors were encountered:
Bug description
When run below spark query which has aggregate based on varbianry type. The sql will fail with
Caused by: java.lang.RuntimeException: Exception: VeloxRuntimeError
Error Source: RUNTIME
Error Code: INVALID_STATE
Reason: Unknown input type for min aggregation VARBINARY
Retriable: False
Expression: false
Function: operator()
File: /home/gayangya/Work/Git/OSS/velox/velox/functions/prestosql/aggregates/MinMaxAggregates.cpp
Line: 516
Stack trace:
Expected behavior:
It run spark sql successfully.
System information
ubuntu 20.04
Relevant logs
This is also causes glutet ut
aggregate push down - different data types
of GlutenParquetV2AggregatePushDownSuite fail which traced by another issue apache/incubator-gluten#2169The text was updated successfully, but these errors were encountered: