Skip to content

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

Closed
lliangyu-lin wants to merge 2 commits intoapache:mainfrom
lliangyu-lin:glue-optional-warehouse
Closed

fix(catalog): Make glue warehouse optional and initialize file io in create or load table#1586
lliangyu-lin wants to merge 2 commits intoapache:mainfrom
lliangyu-lin:glue-optional-warehouse

Conversation

@lliangyu-lin
Copy link
Copy Markdown
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
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Feb 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 6, 2026

This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.

@github-actions github-actions bot closed this Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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