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

Head commit for run:
a34619cacbc66a5be1badaaa327e71602fbe9883 / Xinli Shang <[email protected]>
fix: address CI linting and license check failures

Fix two CI failures:

1. cpp-linter: Replace push_back with emplace_back
   - Line 116: deleted_files.emplace_back(path) instead of push_back
   - Line 156: deleted_files.emplace_back(path) instead of push_back
   - emplace_back is more efficient as it constructs in place

2. License check: Add Apache license header to markdown file
   - Add proper HTML comment-style license header to
     SNAPSHOT_UPDATE_API_COVERAGE.md
   - Matches the format used in other markdown files in the project

All tests still pass (11/11).

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

With regards,
GitHub Actions via GitBox

Reply via email to