File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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." ]
You can’t perform that action at this time.
0 commit comments