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

   ### Purpose
   
    `PaimonDataSource` rebuilt `StorageConfig` only from static catalog options 
after deserialization. This dropped a caller-provided `IOConfig` and failed to 
refresh REST credentials used by native Parquet tasks.
   
   Reload the table before rebuilding `StorageConfig`, restore an explicit 
`IOConfig` when provided, and otherwise refresh REST credentials. Add 
regression coverage for both paths.
   
   ### Tests
   
   - `pytest -q pypaimon/tests/daft`


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