E-HO edited a comment on issue #10492: URL: https://github.com/apache/arrow/issues/10492#issuecomment-857661331
Hi, Thanks for the quick intervention. For the third I mean that it's obviously working with a local parquet file system including partition : `local_source = "_FILE_SYSTEM_ON_LOCAL_DRIVE\PARTITION_Month=08\Day=01" dataset = pq.ParquetDataset(local_source) result = dataset.read()` But with same the most basic approach with a Azure Data-Lake storage account it doesn't work : `dataset = pq.ParquetDataset("https://_ACCOUNT_.blob.core.windows.net/__CONTAINER__/PartitionMonth%3D01/Day%3D01?sp=_AZURE_SAS_KEY_URL__") result = dataset.read()` The error obtained is "raise OSError('Passed non-file path: {}'" -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org