201573 opened a new pull request, #18699:
URL: https://github.com/apache/hudi/pull/18699

   Closes #18691
   
   ## Summary
   - pass the parsed `ignoreIfExists` flag from Spark SQL CREATE INDEX commands 
into the Spark index client
   - skip index creation when the index already exists and IF NOT EXISTS is used
   - keep duplicate-index failures unchanged when IF NOT EXISTS is not specified
   
   ## Testing
   - git diff --check
   - mvn -pl hudi-spark-datasource/hudi-spark -am -Pspark3.5 -DskipTests 
-DskipITs -DskipUTs -DskipFTs -DskipDocker -Drat.skip=true 
-Dmaven.javadoc.skip=true install
   - mvn -pl hudi-spark-datasource/hudi-spark -Pspark3.5 
-DwildcardSuites=org.apache.spark.sql.hudi.feature.index.TestIndexSyntax 
-Drat.skip=true org.scalatest:scalatest-maven-plugin:2.2.0:test
   - mvn -pl hudi-spark-datasource/hudi-spark -Pspark3.5 
-DwildcardSuites=org.apache.spark.sql.hudi.feature.index.TestSecondaryIndex 
-Drat.skip=true org.scalatest:scalatest-maven-plugin:2.2.0:test
   


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