Skip to content

Core: Preserve trailing slash on table location in V4 manifest reader - #17807

Open
anoopj wants to merge 1 commit into
apache:mainfrom
anoopj:v4-reader-preserve-table-location
Open

Core: Preserve trailing slash on table location in V4 manifest reader#17807
anoopj wants to merge 1 commit into
apache:mainfrom
anoopj:v4-reader-preserve-table-location

Conversation

@anoopj

@anoopj anoopj commented Aug 24, 2026

Copy link
Copy Markdown
Member

The V4 manifest reader stripped a trailing slash from the table location before resolving relative file locations against it. Remove the strip as it should be done by the catalog during table creation and not the reader's responsibility.

The V4 manifest reader stripped a trailing slash from the table location
before resolving relative file locations against it. Remove the strip
as it should be done by the catalog during table creation - it is not
the reader's responsibility
@github-actions github-actions Bot added the core label Aug 24, 2026
@anoopj anoopj moved this to In review in V4: metadata tree Aug 24, 2026
@uros-b

uros-b commented Aug 25, 2026

Copy link
Copy Markdown
Member

LGTM

@RussellSpitzer

Copy link
Copy Markdown
Member

I'm not sure I agree on the rationale, but I do think that we should be using table location as is here. If the stored value has an additional slash we should be using it at this point. I

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: In review

Development

Successfully merging this pull request may close these issues.

3 participants