The GitHub Actions job "Test" on iceberg-cpp.git/bugfixes_new_6 has failed. Run started by GitHub user shangxinli (triggered by shangxinli).
Head commit for run: aac23b484a806b9ee34db60fa9a85e8a414b79a4 / 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/20624047758 With regards, GitHub Actions via GitBox
