shangxinli opened a new pull request, #471: URL: https://github.com/apache/iceberg-cpp/pull/471
Replace raw new with std::make_unique for better exception safety and modern C++ best practices in WriterProperties::default_properties() and WriterProperties::FromMap(). Using std::make_unique provides: - Better exception safety (no leak if constructor throws) - More concise and readable code - Consistent with modern C++ guidelines -- 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]
