nastra commented on code in PR #14740:
URL: https://github.com/apache/iceberg/pull/14740#discussion_r2584484711
##########
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##########
@@ -454,7 +461,7 @@ public Table loadTable(SessionContext context,
TableIdentifier identifier) {
newTableOps(
tableClient,
paths.table(finalIdentifier),
- Map::of,
+ mutationHeaders,
Review Comment:
not adjusting `new RESTMetricsReporter(restClient, metricsEndpoint,
Map::of);` is probably fine for now as well, since we didn't add the param to
the Spec and because typically we don't care too much whether metrics actually
arrive or not, since it's best-effort and we don't want to interfere with the
read/write path and add additional latency
--
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]