pramodbiligiri commented on PR #7868:
URL: https://github.com/apache/hudi/pull/7868#issuecomment-1430840601

   @nsivabalan One unrelated test in spark3.3 mode is failing, as shown below. 
Is that something that can be ignored and this PR can be merged?
   
   ```
   TestCreateTable:
   - Test Create Managed Hoodie Table
   - Test Create Hoodie Table With Options
   - Test Create External Hoodie Table
   - Test Table Column Validate
   3223519 [Executor task launch worker for task 0.0 in stage 40.0 (TID 51)] 
ERROR org.apache.spark.util.Utils [] - Aborting task
   org.apache.hudi.exception.HoodieKeyException: Record key has to be non-null!
        at 
org.apache.hudi.keygen.BuiltinKeyGenerator.handleNullRecordKey(BuiltinKeyGenerator.java:319)
 ~[hudi-spark-client-0.14.0-SNAPSHOT.jar:0.14.0-SNAPSHOT]
        at 
org.apache.hudi.keygen.SimpleKeyGenerator.getRecordKey(SimpleKeyGenerator.java:92)
 ~[hudi-spark-client-0.14.0-SNAPSHOT.jar:0.14.0-SNAPSHOT]
        at 
org.apache.spark.sql.hudi.command.SqlKeyGenerator.$anonfun$getRecordKey$5(SqlKeyGenerator.scala:86)
 ~[hudi-spark-common_2.12-0.14.0-SNAPSHOT.jar:?]
        at scala.Option.map(Option.scala:230) ~[scala-library-2.12.10.jar:?]
        at 
org.apache.spark.sql.hudi.command.SqlKeyGenerator.getRecordKey(SqlKeyGenerator.scala:86)
 ~[hudi-spark-common_2.12-0.14.0-SNAPSHOT.jar:?]
        at 
org.apache.hudi.HoodieDatasetBulkInsertHelper$.$anonfun$prepareForBulkInsert$2(HoodieDatasetBulkInsertHelper.scala:87)
 ~[hudi-spark-client-0.14.0-SNAPSHOT.jar:0.14.0-SNAPSHOT] 
   ```


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