Bug Fix (user-visible misbehavior in official stable or prestable release)
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.
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.