Skip to content

Commit

Permalink
Remove leftover cout
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaseeb123 committed Jan 14, 2025
1 parent 0d2317a commit 9622620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/tests/large_strings/parquet_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ TEST_F(ParquetStringsTest, ChunkedReadNestedLargeStrings)
auto const threshold =
column_size / 16; // Empirically set to get a mix of 32 and 64 bit string col chunks.
setenv("LIBCUDF_LARGE_STRINGS_THRESHOLD", std::to_string(threshold).c_str(), 1);
std::cout << "LIBCUDF_LARGE_STRINGS_THRESHOLD = " << threshold << std::endl;

// Host buffer to write Parquet
auto buffer = std::vector<char>{};
Expand Down

0 comments on commit 9622620

Please sign in to comment.