Kyligence / ClickHouse

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

[CH-426]fix null partition read #427

Closed lhuang09287750 closed 1 year ago

lhuang09287750 commented 1 year ago

Changelog category (leave one):

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

fix partition column read for null value

Documentation entry for user-facing changes

Spark+ch backend will read the null partition column as the default value of partition column type and this behavior is differrent from spark which will read the null just as null. So this pr add a fix to process null partition column read problem.

kyligence-git commented 1 year ago

Can one of the admins verify this patch?

lhuang09287750 commented 1 year ago

https://github.com/Kyligence/ClickHouse/issues/426, that is the issue which contains a test case

lhuang09287750 commented 1 year ago

@liuneng1994 CI still in problem?