kou commented on PR #42108: URL: https://github.com/apache/arrow/pull/42108#issuecomment-2163909921
> So the `blob_storage_scheme` option was entirely ignored up to now? No. It's used to create a `BlobServiceClient`: https://github.com/apache/arrow/blob/512d2458ff777f15354ee2a88bde7723ec3d5035/cpp/src/arrow/filesystem/azurefs.cc#L301-L303 https://github.com/apache/arrow/blob/512d2458ff777f15354ee2a88bde7723ec3d5035/cpp/src/arrow/filesystem/azurefs.cc#L364-L389 > And what about `dfs_storage_scheme`? It seems ignored at well. It's also used to create a `DataLakeServiceClient`: https://github.com/apache/arrow/blob/512d2458ff777f15354ee2a88bde7723ec3d5035/cpp/src/arrow/filesystem/azurefs.cc#L305-L307 https://github.com/apache/arrow/blob/512d2458ff777f15354ee2a88bde7723ec3d5035/cpp/src/arrow/filesystem/azurefs.cc#L391-L417 > Do we have other options that are ignored like this? No, we don't have. -- 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]
