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

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

Replace raw new with std::make_unique for better exception safety
and modern C++ best practices in WriterProperties::default_properties()
and WriterProperties::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/20623719942

With regards,
GitHub Actions via GitBox

Reply via email to