wgtmac opened a new pull request, #656: URL: https://github.com/apache/iceberg-cpp/pull/656
## Summary - Check Parquet compression codec availability with Arrow before opening the file writer. - Return a clear `InvalidArgument` when a requested Parquet codec is not built into Arrow. - Add a regression test that exercises an unavailable codec in the current Arrow build. ## Test Plan - `cmake --build build --target parquet_test data_test && ctest --test-dir build -R 'parquet_test|data_test' --output-on-failure` - `git diff --check` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
