noob-se7en opened a new pull request, #17691:
URL: https://github.com/apache/pinot/pull/17691

   Fixes [#11182](https://github.com/apache/pinot/issues/11182)
   
     - Fix `S3PinotFS.copyFile()` and `touch()` URL encoding that converts `/` 
to `%2F`, breaking S3-compatible backends (Ceph, NetApp ONTAP) that interpret 
`%2F` literally
     - Replace deprecated `copySource` with `sourceBucket`/`sourceKey` in 
`CopyObjectRequest`, the modern AWS SDK v2 pattern
     - Remove unnecessary `URLEncoder.encode()` — the AWS SDK handles encoding 
internally
   
   


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