kevinjqliu commented on PR #1663: URL: https://github.com/apache/iceberg-python/pull/1663#issuecomment-3247432087
https://github.com/fsspec/adlfs/pull/512 added the ability to override protocol ``` AzureBlobFileSystem.protocol = AzureBlobFileSystem.protocol + ("wasb", "wasbs") ``` but for older versions of adlfs, we would still need to monkey patch -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
