Kyligence / ClickHouse

ClickHouse® is a free analytics DBMS for big data
https://clickhouse.com
Apache License 2.0
14 stars 17 forks source link

Result not matched in query select c/0 #439

Closed KevinyhZou closed 11 months ago

KevinyhZou commented 1 year ago

You have to provide the following information whenever possible.

Describe what's wrong

Result not matched to spark query while select c/0, in gluten query the result is image

in spark query, the result is image

A link to reproducer in https://fiddle.clickhouse.com/.

Does it reproduce on recent release?

yes

Enable crash reporting

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.

Additional context

Add any other context about the problem here.