-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Follow-Up for #196
The method toArcaneType in the SqlUtils class serves two purposes:
- To retrieve the schema from an MS SQL data source.
- To obtain the schema of the target table for schema migration.
This method is responsible for converting JDBC types into the internal Arcane representation. Its implementation depends on the specific JDBC connector being used. Any changes to this method can be risky, so we need to reconsider the approach used in this code to ensure stability and maintainability.
Potential Resolution Options:
- Use the Lakekeeper API for schema discovery. This approach was not implemented earlier because we previously used Polaris, which is less stable than Lakekeeper.
- Create two separate methods: one for MS SQL and another for Trino.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Ready