goutamadwant commented on issue #11453:
URL: https://github.com/apache/gravitino/issues/11453#issuecomment-4796701445

   @chl-wxp Opened #11794 with an initial read-only `jdbc-generic` catalog 
implementation.
   
   The PR adds a separate JDBC catalog module that uses standard 
`DatabaseMetaData` for schema, table, view, column, primary key, and unique 
index discovery. It maps common JDBC types conservatively, keeps unknown or 
vendor-specific types as `ExternalType`, and leaves write/DDL operations 
unsupported.
   
   Please let me know if this looks good or have any suggestions. thanks! 


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