Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new native crunch file naming convention #106

Merged
merged 4 commits into from
May 30, 2024

Conversation

dskart
Copy link
Contributor

@dskart dskart commented May 28, 2024

What it Does

  • adds the new 0.gr. native crunch file name handling

{path: "/foo/bar/myfile.c00.gr.zstd.parquet", expected: false},
{path: "/foo/bar/myfile.0.gr.parquet", expected: true},
{path: "/foo/bar/myfile.zstd.0.gr.parquet", expected: true},
{path: "/foo/bar/0.gr.myfile", expected: true},

Choose a reason for hiding this comment

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

Can we also have one without / and without "."
0.gr.myfile
And one without / but just the "."
myfile.0.gr.parquet

@dskart dskart merged commit c5fb5ca into main May 30, 2024
7 checks passed
@dskart dskart deleted the feat-crunch-file-name-update branch May 30, 2024 17:18
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.

3 participants