Skip to content

Commit

Permalink
Remove debug print in a Parquet test (#14063)
Browse files Browse the repository at this point in the history
Removed a debug print. That's it.

Authors:
  - Vukasin Milovanovic (https://github.com/vuule)

Approvers:
  - Karthikeyan (https://github.com/karthikeyann)
  - David Wendt (https://github.com/davidwendt)
  - Nghia Truong (https://github.com/ttnghia)

URL: #14063
  • Loading branch information
vuule committed Sep 11, 2023
1 parent 886e189 commit 0bcad6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/tests/io/parquet_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6534,7 +6534,6 @@ TEST_F(ParquetReaderTest, FilterFloatNAN)
auto col0 = cudf::test::fixed_width_column_wrapper<float>(elements, elements + num_rows);
auto col1 = cudf::test::fixed_width_column_wrapper<double>(elements, elements + num_rows);

cudf::test::print(col0);
auto const written_table = table_view{{col0, col1}};
auto const filepath = temp_env->get_temp_filepath("FilterFloatNAN.parquet");
{
Expand Down

0 comments on commit 0bcad6c

Please sign in to comment.