Skip to content

Conversation

@BlakeOrth
Copy link
Contributor

Which issue does this PR close?

What changes are included in this PR?

  • Fixes an issue where files would not be detected when a path that represents a collection has a . in the final element of the prefix (e.g. /path/to/versions/table.v1/) because the contents after the . would be interpreted as a file extension

Are these changes tested?

Yes, unit tests and sqllogic tests have been implemented to exercise these changes

Are there any user-facing changes?

No

cc @alamb

 - Fixes an issue where files would not be detected when a path that
   represents a collection has a . in the final element of the prefix
   because the contents after the . would be interpreted as a file
   extension
@github-actions github-actions bot added core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) labels Aug 18, 2025
Copy link
Member

@xudong963 xudong963 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, it looks like the easiest way to fix the issue.

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @BlakeOrth and @xudong963

@xudong963 xudong963 merged commit 5592b2e into apache:main Aug 21, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core DataFusion crate sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: ListingTableFactory fails to read data when the final path element contains a .

3 participants