apache / incubator-gluten

Gluten is a middle layer responsible for offloading JVM-based SQL engines' execution to native engines.
https://gluten.apache.org/
Apache License 2.0
1.14k stars 411 forks source link

[CH] Mismatch result column when parse plan #3570

Open shuai-xu opened 10 months ago

shuai-xu commented 10 months ago

Backend

CH (ClickHouse)

Bug description

When run spark sql, we meet an exception as bellow: image I think this is because when generate root names, it should not contain isempty fileds. The root names: image image The output columns: image

Spark version

Spark-3.3.x

Spark configurations

No response

System information

No response

Relevant logs

No response

shuai-xu commented 10 months ago

Bigo sql 5235