SEPURI-SAI-KRISHNA commented on PR #19648: URL: https://github.com/apache/hudi/pull/19648#issuecomment-5350970837
Azure build 16390 is red on one unrelated test: `TestValidateHoodieSyncProcedure` > "Test Call sync_validate record-count modes fail fast on an unreachable HiveServer2" (`TestValidateHoodieSyncProcedure.scala:250`). It asserts a `SQLException` in the cause chain and got a `NoClassDefFoundError` instead, in a run where the agent logged "Free memory is lower than 5%; Currently used: 96.35%" three times — the Hive JDBC driver class failing to load under memory pressure rather than the connection failing as the test expects. Everything else in that phase passed (527 succeeded, 1 failed), including all four `TestSlashSeparatedPartitionValue` cases this PR adds, and all 22 GitHub Actions checks are green. This PR touches only `hudi-spark-client` keygen classes and their tests — nothing in Hive sync, JDBC, or the procedures. -- 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]
