emecii commented on issue #3888: URL: https://github.com/apache/iceberg-python/issues/3888#issuecomment-5566246322
I traced the current flow: `RestCatalog._load_file_io()` already merges `self.properties`, but the per-table response config is merged later, so a client-provided `s3.signer=""` cannot currently override a server `S3V4RestSigner` value.\n\nWould a narrow rule be acceptable: when the client explicitly supplies an empty `s3.signer`, apply that value after the table response solely as an opt-out; otherwise preserve today’s response-wins precedence? I would cover both `Table` and `StagedTable` construction paths and leave all other properties unchanged. -- 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]
