hudi-bot opened a new issue, #16269: URL: https://github.com/apache/hudi/issues/16269
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. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-6963 - Type: Bug -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
