feat: Support Spark Expression Encode#4315
Conversation
|
Thanks @YutaLin. LGTM overall. Could you address feedback, then I'll kick off CI |
|
Hi @andygrove, thanks for the review! About "Spark accepts utf8 as an alias for UTF-8", spark only supports alias before 3.5, because it uses JDK https://spark.apache.org/docs/4.0.0/sql-migration-guide.html#upgrading-from-spark-sql-35-to-40
|
…atafusion-comet into 3183_support_spark_expression_encode
Which issue does this PR close?
Closes #3183
Rationale for this change
Support expression Encode
What changes are included in this PR?
How are these changes tested?
Add encode.sql and run it in spark 3.4/3.5/4.0