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

   - Update `Table::location()` and `Table::metadata_file_location()` to return 
`std::string_view` instead of `const std::string&` to avoid unnecessary 
reference indirection.
   - Change `TimePointMs` and `TimePointNs` arguments and return types to 
pass-by-value in `Table` and utility functions, as they are small types.
   - Expose `Table::metadata()` accessor to allow access to the underlying 
table metadata.
   - Clean up unused variable declarations in `avro_schema_util.cc`.


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