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

Head commit for run:
2d8b7ae36a0f5826e58a1827ec71c2784af74fa3 / 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/20624119438

With regards,
GitHub Actions via GitBox

Reply via email to