prashantwason commented on PR #18088: URL: https://github.com/apache/hudi/pull/18088#issuecomment-4030106996
@nsivabalan Fixed the test failure. The `testDelete` test was using a glob path (`tableBasePath + "/*/*.parquet"`) for `assertRecordCount`, but Hudi 1.2.0 doesn't support glob paths for read paths. Changed to use the plain table base path, consistent with all other assertions in the test. The Azure CI failure was infrastructure-related (Docker exit code 1), not a test failure. -- 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]
