If possible, change "enabled" to true in "send_crash_reports" section in config.xml:
<send_crash_reports>
<!-- Changing <enabled> to true allows sending crash reports to -->
<!-- the ClickHouse core developers team via Sentry https://sentry.io -->
<enabled>false</enabled>
How to reproduce
use query select $col/0
Expected behavior
A clear and concise description of what you expected to happen.
Error message and/or stacktrace
If applicable, add screenshots to help explain your problem.
Describe what's wrong
Result not matched to spark query while select c/0, in gluten query the result is
in spark query, the result is
Does it reproduce on recent release?
yes
Enable crash reporting
How to reproduce use query select $col/0
Expected behavior
Error message and/or stacktrace
Additional context