shangxinli opened a new pull request, #584:
URL: https://github.com/apache/iceberg-cpp/pull/584

   ## Summary
   - `file_writer.h` uses `std::string`, `std::unordered_map`, and 
`std::vector` directly but relies on transitive includes through `config.h`, 
`metrics.h`, and `result.h`
   - Add the missing `<string>`, `<unordered_map>`, and `<vector>` includes to 
follow the include-what-you-use principle
   
   ## Test plan
   - [x] Verified build succeeds with `cmake --build build`
   - [x] Verified `data_writer_test` passes (9/9 tests)
   - [x] Verified `clang-format` compliance


-- 
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