tmater opened a new pull request, #2405: URL: https://github.com/apache/polaris/pull/2405
This patch fixes the `createViewWithCustomMetadataLocation` tests for `cloudTest` tasks. The original test was generating temp directories internally, causing `cloudTest`s to fail with `BadRequestException` instead of the expected `ForbiddenException`. Changes: - Switched to Hadoop's Path (Java Path removes slashes, e.g. s3://bucket/path -> s3:/bucket/path) - Made base classes `abstract` to avoid running them - Implemented `createViewWithCustomMetadataLocation` to allow passing a custom location Testing: - Verified locally -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org