lasdf1234 opened a new pull request, #10560:
URL: https://github.com/apache/gravitino/pull/10560

   ### What changes were proposed in this pull request?
   This PR introduces a mechanism to allow third-party connectors (such as 
standard Flink connectors like `jdbc`, 
   `hive`) to be used alongside Gravitino-managed catalogs in the Flink 
connector.
   ### Why are the changes needed?
   Previously, the Gravitino Flink connector assumed all catalogs were 
Gravitino-managed. This prevented users from 
   using standard Flink connectors (e.g., for temporary sources or sinks not 
yet supported or governed by Gravitino) 
   within the same environment. This change provides flexibility to mix 
governed and ungoverned catalogs.
   
   Fix: #(10555)
   ### Does this PR introduce any user-facing change?
   Yes. Users can now configure 
`table.catalog-store.gravitino.gravitino.allow.third-party-connector.list` in 
   `flink-conf.yaml` or via `TableEnvironment` to specify a comma-separated 
list of catalog types (e.g., `jdbc`, 
   `hive`) that should be handled by Flink's default in-memory store.
   ### How was this patch tested?
   Existing ITS
   


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