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

Head commit for run:
9026985803790378ce049eae72ca74ba26c38269 / Xinli Shang <[email protected]>
refactor: use std::make_shared instead of raw new in RestCatalog

Replace raw new with std::make_shared for better exception safety
and modern C++ best practices in RestCatalog::Make().

Using std::make_shared provides:
- Better exception safety (no leak if constructor throws)
- More efficient memory allocation (single allocation for control block and 
object)
- More concise and readable code
- Consistent with modern C++ guidelines

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

With regards,
GitHub Actions via GitBox

Reply via email to