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

Remove debug print in a Parquet test #14063

Merged
merged 7 commits into from
Sep 11, 2023

Conversation

vuule
Copy link
Contributor

@vuule vuule commented Sep 7, 2023

Description

Removed a debug print. That's it.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@vuule vuule added tests Unit testing for project improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Sep 7, 2023
@vuule vuule self-assigned this Sep 7, 2023
@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Sep 7, 2023
@vuule vuule marked this pull request as ready for review September 8, 2023 16:24
@vuule vuule requested a review from a team as a code owner September 8, 2023 16:24
@@ -52,6 +52,9 @@
#include <random>
#include <type_traits>

// Set this to true to enable printing, for debugging.
auto constexpr print_enabled = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be read from env variable?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I copied the mechanism from structs_tests. Either way, this is removed now :)

@vuule vuule changed the title Disable debug print in a Parquet test Remove debug print in a Parquet test Sep 11, 2023
@vuule
Copy link
Contributor Author

vuule commented Sep 11, 2023

/merge

@rapids-bot rapids-bot bot merged commit 0bcad6c into rapidsai:branch-23.10 Sep 11, 2023
59 checks passed
@vuule vuule deleted the disable-test-print branch September 11, 2023 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change tests Unit testing for project
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants