Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: Determine ordering of file groups #9593
feat: Determine ordering of file groups #9593
Changes from 1 commit
7587a07
1e380b2
263453f
5634bd7
7428fe0
4816343
c7be9e0
fc1a668
1c42e00
3446fed
3fe8558
8ba4001
9c8729a
6df9832
f855a8a
3e5263b
5b7b307
4761096
a95dffa
1a66604
cca5f0f
e6e10e8
8f7a2d7
e9fad54
e982f0f
cc9f144
95bb790
0e60230
9f375e8
3d9d293
1366c99
a29be69
2ef8006
b112c26
0153acf
4e03528
695e674
ec4282b
1030b30
2f34684
24c0bc5
61f883f
9bc29cf
aa89433
d7fc78a
f3a69e5
1a010b7
f41d1c9
15e1339
a2c9b4e
d7c9af6
82166fd
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we could move this into
statistics itself
somehing likeThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So nice 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to request moving the tests for this optimization to its own .slt file (e.g.
sorted_parquet.slt
or something). It is important enough and tricky enough I think to warrant specialized testsThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't fully understand this comment -- this is a new test added as part of that PR, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I guess the wording is confusing since it implies the test existed before this PR. Either way I'm going to make a new sqllogictest so I'll rewrite this comment