Skip to content

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