xiangfu0 opened a new pull request, #17806:
URL: https://github.com/apache/pinot/pull/17806

   The DFS (Data Lake) API endpoint does not support Azure Blob Soft Delete, 
causing 409 EndpointUnsupportedAccountFeatures errors when uploading segments 
to storage accounts with org-mandated Soft Delete policies.
   
   This change adds a BlobContainerClient alongside the existing 
DataLakeFileSystemClient, using the Blob API (*.blob.core.windows.net) for file 
uploads which is fully compatible with Soft Delete. The DFS API is retained for 
read/metadata operations (list, exists, open, etc.) and as a write fallback 
when the BlobContainerClient is not initialized.
   


-- 
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]

Reply via email to