Marton Greber created KUDU-3440:
-----------------------------------
Summary: 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
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)