Closed wForget closed 3 weeks ago
Run Gluten Clickhouse CI
Run Gluten Clickhouse CI
Run Gluten Clickhouse CI
Run Gluten Clickhouse CI
Run Gluten Clickhouse CI on x86
Run Gluten Clickhouse CI on x86
@wForget, thanks for your fix! Could you give me some details about where these control chars are skipped when casting to integral types in Spark? I only found white space characters are checked and skipped.
Introduced from #41535, the relevant calls are as follows:
Run Gluten Clickhouse CI on x86
@wForget, I see. What I checked is Spark-3.3.1, which doesn't cover that change.
Let's note this is not applicable to all supported Spark versions. But I think it may be acceptable to end users.
What changes were proposed in this pull request?
Fixes: #7749, to align with Spark's change introduced by https://github.com/apache/spark/pull/41535.
How was this patch tested?
added unit test