CTTY commented on PR #9895:
URL: https://github.com/apache/hudi/pull/9895#issuecomment-1783709069

   Hi @boneanxs , I'm working on Spark 3.5 support and noticed 2 new failures 
after cherry-picking your commit. I tried porting this changes for Spark 3.5 
but it didn't help. I'm still looking into the test failures but would 
appreciate if you can help take a look as well! My PR: #9717 
   
   - Failure 1
   ```
   2023-10-28T02:40:26.0783904Z - Test Create/Show/Drop Secondary Index *** 
FAILED ***
   2023-10-28T02:40:26.0785667Z   org.apache.spark.sql.AnalysisException: 
CreateIndex is not supported in this table default.h0.
   2023-10-28T02:40:26.0787735Z   at 
org.apache.spark.sql.errors.QueryCompilationErrors$.tableIndexNotSupportedError(QueryCompilationErrors.scala:3259)
   ```
   - Failure 2
   ```
   T03:03:39.6074356Z - Test Create/Drop/Show/Refresh Index *** FAILED ***
   2023-10-28T03:03:39.6077467Z   java.lang.ClassCastException: 
org.apache.spark.sql.catalyst.plans.logical.CreateIndex cannot be cast to 
org.apache.spark.sql.hudi.command.CreateIndexCommand
   2023-10-28T03:03:39.6079990Z   at 
org.apache.spark.sql.hudi.command.index.TestIndexSyntax.$anonfun$new$3(TestIndexSyntax.scala:67)
   2023-10-28T03:03:39.6081642Z   at 
scala.collection.immutable.List.foreach(List.scala:431)
   2023-10-28T03:03:39.6143392Z   at 
org.apache.spark.sql.hudi.command.index.TestIndexSyntax.$anonfun$new$2(TestIndexSyntax.scala:34)
   ```
   


-- 
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]

Reply via email to