The GitHub Actions job "Test" on iceberg-cpp.git/bugfixes_new_5 has failed.
Run started by GitHub user shangxinli (triggered by shangxinli).

Head commit for run:
e5b00d27458fd3ea3bd9a5e89a4a40fca6bdf6f2 / Xinli Shang <[email protected]>
refactor: use std::make_unique instead of raw new in ReaderProperties

Replace raw new with std::make_unique for better exception safety
and modern C++ best practices in ReaderProperties::default_properties()
and ReaderProperties::FromMap().

Using std::make_unique provides:
- Better exception safety (no leak if constructor throws)
- More concise and readable code
- Consistent with modern C++ guidelines

Report URL: https://github.com/apache/iceberg-cpp/actions/runs/20624121389

With regards,
GitHub Actions via GitBox

Reply via email to