[
https://issues.apache.org/jira/browse/KUDU-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Greber updated KUDU-3440:
--------------------------------
Attachment: spark_3_3.patch
> Add support for Spark 3.3
> -------------------------
>
> Key: KUDU-3440
> URL: https://issues.apache.org/jira/browse/KUDU-3440
> Project: Kudu
> Issue Type: Improvement
> Reporter: Marton Greber
> Priority: Minor
> Attachments: spark_3_3.patch
>
>
> As it turns out Kudu-Spark bindings are not compatible upwards of 3.2.
> The reason being is that in Spark 3.3, compareBinary() has been moved from
> org.apache.spark.sql.catalyst.util.TypeUtils to
> org.apache.spark.unsafe.types.ByteArray.
> As of now there is no support for Spark 3.3 with Kudu, because of this
> breaking change.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)