thswlsqls opened a new pull request, #8936: URL: https://github.com/apache/paimon/pull/8936
### Purpose fix #8934 - `GSFileIO.configure()` accepts `gs.` and `fs.gs.` prefixes but passes keys to the Hadoop config unchanged, so `gs.*` options are silently ignored by the gcs-connector, which only reads `fs.gs.*` keys. - Translate accepted prefixes to `fs.gs.*`, matching sibling `S3FileIO` (`s3.*` -> `fs.s3a.*`) and `AzureFileIO` (`azure.*` -> `fs.azure.*`), and the upstream Flink `flink-gs-fs-hadoop` `ConfigUtils` this list was ported from. - Align the log with the S3/Azure canonical form: `LOG.debug` with key names only, no values (precedent: #8554). ### Tests - Added `GSFileIOTest` covering `gs.*` key mapping, `fs.gs.*` key preservation, and unrelated keys being ignored. - `mvn -pl paimon-filesystems/paimon-gs-impl clean install` — 3 tests passed (unit test only; no GCS backend available locally). -- 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]
