Skip to content

Commit c014f56

Browse files
committed
docs
1 parent 53021bb commit c014f56

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/azure/mod.rs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,13 +421,15 @@ mod tests {
421421

422422
/// Verifies that `list_with_offset` works against OneLake (Fabric) endpoints.
423423
///
424-
/// OneLake silently ignores the `startFrom` query parameter, so the client
425-
/// must fall back to client-side filtering.
424+
/// OneLake silently ignores the `startFrom` query parameter when using
425+
/// friendly-name URLs (e.g. `.../MyWorkspace/lakehouse.Lakehouse/...`),
426+
/// returning 200 OK with zero results.
427+
/// GUID-based URLs handle `startFrom` correctly.
426428
///
427429
/// Set these env vars before running:
428430
/// - `AZURE_STORAGE_TOKEN`: bearer token (e.g. from `az account get-access-token`)
429-
/// - `ONELAKE_URL`: full OneLake URL, e.g.
430-
/// `https://onelake.blob.fabric.microsoft.com/<ws>/<item>/Files/`
431+
/// - `ONELAKE_URL`: full OneLake URL with friendly names, e.g.
432+
/// `https://onelake.blob.fabric.microsoft.com/<workspace>/<item>.Lakehouse/`
431433
///
432434
/// See <https://github.com/apache/arrow-rs-object-store/issues/695>
433435
#[ignore = "Used for manual testing against a real OneLake endpoint."]

0 commit comments

Comments
 (0)