Zouxxyy opened a new pull request, #9610:
URL: https://github.com/apache/paimon/pull/9610

   ### Purpose
   
   Jindo returns `null` from `getMpuStore` when the filesystem does not support 
multipart uploads, such as OSS-HDFS. The existing two-phase write path then 
dereferences the missing store.
   
   Fall back to FileIO's rename-based two-phase output stream when MPU is 
unavailable. Filesystems supporting MPU continue using the multipart path with 
the already resolved store.
   
   ### Tests
   
   - `mvn -pl paimon-filesystems/paimon-jindo -Pspark3 spotless:apply`
   - `mvn -pl paimon-filesystems/paimon-jindo -am -Pspark3,fast-build 
-DfailIfNoTests=false -DwildcardSuites=none -Dtest=JindoFileIOTest test`
     - Tests run: 5, Failures: 0, Errors: 0


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

Reply via email to