eshu opened a new issue, #7192: URL: https://github.com/apache/hudi/issues/7192
On one of my jobs I received the error ``` 2022-11-13 22:22:04,827 ERROR [main] hudi.HoodieSparkSqlWriter$ (HoodieSparkSqlWriter.scala:commitAndPerformPostOperations(689)): UPSERT failed with errors ``` That's all. No stack trace, no any other explanation, no warnings in the log. Job finished successfully, but data was not processed. It created a small piece of data, and finished without any meaningful information. **Environment Description** * Hudi version : 0.11.1 * Spark version : 3.1.1 * Storage (HDFS/S3/GCS..) : S3 * Glue: 3 **Stacktrace** ``` 2022-11-13 22:22:04,827 ERROR [main] hudi.HoodieSparkSqlWriter$ (HoodieSparkSqlWriter.scala:commitAndPerformPostOperations(689)): UPSERT failed with errors ``` -- 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]
