maartenhubrechts-anb commented on PR #696: URL: https://github.com/apache/arrow-rs-object-store/pull/696#issuecomment-4833436601
Adding a data point: this still reproduces as of **2026-06-29** with the optimization re-enabled (object_store via `deltalake` 1.6.0 / delta-kernel), so the OneLake server-side rollout does not appear complete for all cases. - URL form: **GUID** abfss, not friendly names — `abfss://<workspace-guid>@onelake.dfs.fabric.microsoft.com/<lakehouse-guid>/Tables/<schema>/<table>` - Table: OneLake **schema-shortcut** table with `columnMapping` enabled (`readerFeatures: ["columnMapping"]`) - Error: `Generic delta kernel error: No files in log segment` Confirmed it is the `startFrom` non-compliance and not auth/missing files: `_delta_log/00000000000000000000.json` and `...0001.json` exist and list fine via both the ADLS DFS `filesystem` API and the Blob `List Blobs` API (`restype=container&comp=list&prefix=.../_delta_log/`) with the same bearer token. Only the `list_with_offset` (`startFrom`) path returns empty. Suggests #697 may have been re-enabled prematurely for regions/paths where OneLake hasn't shipped the fix yet. -- 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]
