This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new db0da71f deploy: 292304b239ef328b3fcfc4c4c58a33cdb121afbb
db0da71f is described below

commit db0da71f47d2f1498dd6d546738e2732826d7a75
Author: liurenjie1024 <[email protected]>
AuthorDate: Fri Aug 8 09:58:02 2025 +0000

    deploy: 292304b239ef328b3fcfc4c4c58a33cdb121afbb
---
 api/src/iceberg_catalog_rest/catalog.rs.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/src/iceberg_catalog_rest/catalog.rs.html 
b/api/src/iceberg_catalog_rest/catalog.rs.html
index 0db05c32..1a183465 100644
--- a/api/src/iceberg_catalog_rest/catalog.rs.html
+++ b/api/src/iceberg_catalog_rest/catalog.rs.html
@@ -320,7 +320,7 @@
 <a href=#320 id=320 data-nosnippet>320</a>            <span 
class="prelude-val">None </span>=&gt; <span class="prelude-val">None</span>,
 <a href=#321 id=321 data-nosnippet>321</a>        };
 <a href=#322 id=322 data-nosnippet>322</a>
-<a href=#323 id=323 data-nosnippet>323</a>        <span class="kw">let 
</span>file_io = <span class="kw">match 
</span>warehouse_path.or(metadata_location) {
+<a href=#323 id=323 data-nosnippet>323</a>        <span class="kw">let 
</span>file_io = <span class="kw">match 
</span>metadata_location.or(warehouse_path) {
 <a href=#324 id=324 data-nosnippet>324</a>            <span 
class="prelude-val">Some</span>(url) =&gt; FileIO::from_path(url)<span 
class="question-mark">?
 <a href=#325 id=325 data-nosnippet>325</a>                
</span>.with_props(props)
 <a href=#326 id=326 data-nosnippet>326</a>                
.with_extensions(<span class="self">self</span>.file_io_extensions.clone())

Reply via email to