-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-34871: [C++] Fixed the add_dataset_test function to properly refer to the test file #34872
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
GH-34871: [C++] Fixed the add_dataset_test function to properly refer to the test file #34872
Conversation
…e. Fixed tests which needed some compute->acero refactoring
|
CC @icexelloss please review |
icexelloss
left a comment
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.
LGTM.
|
@westonpace I approved. Although, I am curious how did this happen? Looking this the acero refactor PR: It doesn't seem to remove anything from |
|
Perhaps this was a bug before and |
|
kou
left a comment
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
|
Benchmark runs are scheduled for baseline = 6d109fb and contender = 84ac7d5. 84ac7d5 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
… refer to the test file (apache#34872) ### Rationale for this change After the Acero refactoring, dataset tests were falsely reporting PASS without actually running any tests. ### What changes are included in this PR? The add_dataset_test function is fixed. This enabled the actual tests and revealed some compiler errors. I've addressed those compiler errors as well. ### Are these changes tested? Now they are :) ### Are there any user-facing changes? No * Closes: apache#34871 Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
After the Acero refactoring, dataset tests were falsely reporting PASS without actually running any tests.
What changes are included in this PR?
The add_dataset_test function is fixed. This enabled the actual tests and revealed some compiler errors. I've addressed those compiler errors as well.
Are these changes tested?
Now they are :)
Are there any user-facing changes?
No