Skip to content

fix: Strip prefix in PrefixStore::get_opts#670

Closed
liamdiprose wants to merge 1 commit intoapache:mainfrom
liamdiprose:fix/strip-prefix
Closed

fix: Strip prefix in PrefixStore::get_opts#670
liamdiprose wants to merge 1 commit intoapache:mainfrom
liamdiprose:fix/strip-prefix

Conversation

@liamdiprose
Copy link
Copy Markdown

@liamdiprose liamdiprose commented Mar 18, 2026

Which issue does this PR close?

Closes #664

What changes are included in this PR?

Calls strip_meta on the .meta field of the GetResult from the inner store of the PrefixStore.

Are there any user-facing changes?

The meta.location coming from PrefixStore::head, get_opts, etc no longer has the prefix. I can't imagine anyone relying on the functionality of this bug.

@crepererum
Copy link
Copy Markdown
Contributor

this needs a regression test

@asubiotto
Copy link
Copy Markdown
Contributor

Friendly ping, we're running into an issue related to this so would be great to get this PR over the line. I think this breaks listing table in datafusion 53 cc @alamb

@crepererum
Copy link
Copy Markdown
Contributor

@asubiotto feel free to pick this up (filing a new PR, since you don't have edit permissions I think) and add a regression test.

@asubiotto
Copy link
Copy Markdown
Contributor

Done: #686

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.

PrefixStore::head doesn't strip prefix from meta.location

3 participants