gkatzioura opened a new pull request, #5238: URL: https://github.com/apache/paimon/pull/5238
<!-- Please specify the module before the PR name: [core] ... or [flink] ... --> ### Purpose <!-- Linking this pull request to the issue --> Linked issue: https://github.com/apache/paimon/issues/5235 Adding support for Google Cloud Storage ### Tests <!-- List UT and IT cases to verify this change --> ### API and Format The same format is applied. Configurations are derived from Google Cloud's Hadoop connector https://github.com/GoogleCloudDataproc/hadoop-connectors/blob/master/gcs/CONFIGURATION.md ### Documentation This is a new feature. A catalog is created in a similar way the S3 catalog is being created ``` CREATE CATALOG my_gcs_catalog WITH ( 'type' = 'paimon', 'warehouse' = 'gs://paimon-tables/catalog', 'fs.gs.auth.type' = 'SERVICE_ACCOUNT_JSON_KEYFILE', 'fs.gs.auth.service.account.json.keyfile' = '/path/to/service-account-.json' ); ``` -- 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]
