shangxinli commented on PR #374:
URL: https://github.com/apache/iceberg-cpp/pull/374#issuecomment-3607373540

   The cpp-linter failure is not related to this PR's changes. All actual build 
and test checks are passing (9/9 green):
   
   ✅ ASAN and UBSAN Tests
   ✅ All platform builds (Ubuntu, macOS, Windows)
   ✅ All Meson builds
   ✅ Pre-commit checks
   
   The cpp-linter failure is a known issue with the fmt library's `FMT_STRING` 
macro not satisfying C++23 consteval requirements in clang-22. The errors are 
in third-party dependency headers (`fmt/format-inl.h`), not in this PR's code.
   
   This PR adds:
   - 11 new comprehensive tests (180 total tests, 100% passing)
   - Benchmark tool for performance validation
   - All code quality checks passing locally
   
   The PR is ready for review.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to