shangxinli opened a new pull request, #472: URL: https://github.com/apache/iceberg-cpp/pull/472
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. -- 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]
