-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-46411: [C++] Implemented dataset option in Meson #47669
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
Conversation
7fde8d8
to
43c7bc1
Compare
43c7bc1
to
1ceed4e
Compare
@kou do you mind taking a look at this? |
endif | ||
|
||
needs_benchmarks = get_option('benchmarks').enabled() | ||
needs_compute = get_option('compute').enabled() |
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.
Is this expected?
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.
Yea it was moved down later in the file because it also depends on acero
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.
Oh, sorry. I missed it.
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.
+1
endif | ||
|
||
needs_benchmarks = get_option('benchmarks').enabled() | ||
needs_compute = get_option('compute').enabled() |
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.
Oh, sorry. I missed it.
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit c6ef0fe. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
### Rationale for this change Adds more features to the Meson configuration ### What changes are included in this PR? Implemented the dataset option ### Are these changes tested? Yes ### Are there any user-facing changes? No * GitHub Issue: apache#46411 Authored-by: Will Ayd <william.ayd@icloud.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
Adds more features to the Meson configuration
What changes are included in this PR?
Implemented the dataset option
Are these changes tested?
Yes
Are there any user-facing changes?
No