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

Head commit for run:
3efe475fee2ef44f4dd914ef72d672787e2e143d / 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/20623729179

With regards,
GitHub Actions via GitBox

Reply via email to