Hui An created HUDI-6963:
----------------------------
Summary: Fix class conflict of CreateIndex from Spark3.3
Key: HUDI-6963
URL: https://issues.apache.org/jira/browse/HUDI-6963
Project: Apache Hudi
Issue Type: Bug
Reporter: Hui An
Assignee: Hui An
CreateIndex is added
in[HUDI-4165|https://github.com/apache/hudi/pull/5761/files], and spark 3.3
also include this in [SPARK-36895|https://github.com/apache/spark/pull/34148].
Since `CreateIndex` uses same package
`org.apache.spark.sql.catalyst.plans.logical` in HUDI and Spark3.3, but params
are not same. So it could introduce class conflict issues if we use it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)