An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
WriteIntoDeltaLike has a function replaceCharWithVarchar that is absolutely similar to Spark's one.
Changes from the PR remove WriteIntoDeltaLike#replaceCharWithVarchar and replace usages with Spark's CharVarcharUtils#replaceCharWithVarchar.
How was this patch tested?
It gets compiled. Changes doesn't require new tests.
Which Delta project/connector is this regarding?
Description
WriteIntoDeltaLike has a function replaceCharWithVarchar that is absolutely similar to Spark's one. Changes from the PR remove WriteIntoDeltaLike#replaceCharWithVarchar and replace usages with Spark's CharVarcharUtils#replaceCharWithVarchar.
How was this patch tested?
It gets compiled. Changes doesn't require new tests.
Does this PR introduce any user-facing changes?
No