Skip to content

fix(catalog): Make glue warehouse optional and initialize file io in create or load table #1586

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lliangyu-lin
Copy link
Contributor

Which issue does this PR close?

What changes are included in this PR?

  • Add optional io_impl option to specify what file io scheme to use
  • Make warehouse optional as glue catalog it is only being used to determine default table location, but the catalog can be loaded without a warehouse config
  • File io is being initialized within create table or load table based on the precedence of: io_impl, table metadata location, or the warehouse config.

Are these changes tested?

@lliangyu-lin lliangyu-lin changed the title Fix(catalog): Make glue warehouse optional and initialize file io in create or load table fix(catalog): Make glue warehouse optional and initialize file io in create or load table Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warehouse path is always required for Glue catalog, even when there isn't one
1 participant