Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: move TableInfo building out of SchemaApi #16548

Merged

Commits on Sep 30, 2024

  1. fix: move TableInfo building out of SchemaApi

    `SchemaApi` can not provide enough information such as `CatalogInfo` and
    `DatabaseType`. Therefore `SchemaApi` should not build a `TableInfo`,
    leave such task to its caller.
    drmingdrmer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0124f69 View commit details
    Browse the repository at this point in the history