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:
9f450b84a2dfb0189b060fa2511fc5b55ce668c6 / 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/20623834678

With regards,
GitHub Actions via GitBox

Reply via email to