Open wForget opened 4 weeks ago
Reproduce:
create table t1 (a string) stored as parquet;
-- insert a binary value to t1 location
INSERT OVERWRITE DIRECTORY 'hdfs://XXXXX/t1' USING parquet select cast('test' as binary) as a;
-- got type mismatch error
select count(1) from t1 group by a;
hello,i met task error,but not print Stack trace as you like, had any config i miss? it print like
Retriable: False
Function: runInternal
File: /data/app/gluten/ep/build-velox/build/velox_ep/velox/exec/Driver.cpp
Line: 742
Stack trace:
# 0
# 1
# 2
# 3
# 4
# 5
# 6
# 7
# 8
at org.apache.gluten.vectorized.ColumnarBatchOutIterator.nativeHasNext(Native Method)
at org.apache.gluten.vectorized.ColumnarBatchOutIterator.hasNextInternal(ColumnarBatchOutIterator.java:61)
at org.apache.gluten.vectorized.GeneralOutIterator.hasNext(GeneralOutIterator.java:37)
... 46 more
thx
@LoseYSelf Are you using gluten 1.2.0? Maybe you need port #7038
@LoseYSelf Are you using gluten 1.2.0? Maybe you need port #7038
thx
Backend
VL (Velox)
Bug description
Type mismatch error in VectorHasher.
Spark version
Spark-3.5.x
Spark configurations
No response
System information
No response
Relevant logs