The GitHub Actions job "Test" on iceberg-cpp.git/bugfixes_new_3 has failed.
Run started by GitHub user shangxinli (triggered by shangxinli).

Head commit for run:
0169d9dde5d0f2c0233440105038ae222e80a5fa / Xinli Shang <[email protected]>
refactor: remove explicit string conversion in PartitionType

Removed unnecessary explicit std::string() conversion when passing
partition_field.name() to emplace_back. The SchemaField constructor
accepts std::string, and the implicit conversion from string_view
to std::string is cleaner and equally efficient.

This simplifies the code without changing behavior or performance.

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

With regards,
GitHub Actions via GitBox

Reply via email to