CTTY commented on code in PR #2528:
URL: https://github.com/apache/iceberg-rust/pull/2528#discussion_r3357763697


##########
crates/catalog/sql/src/catalog.rs:
##########
@@ -1185,6 +1189,33 @@ mod tests {
         new_sql_catalog(warehouse_loc.clone(), Some("iceberg")).await;
     }
 
+    /// Regression test: storage-backend props set on the catalog must reach
+    /// the FileIO; otherwise authenticated backends fail with 401s on writes.

Review Comment:
   nit: this should not be rustdoc? I think a normal `//` would be better



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