Skip to content

Commit

Permalink
Fix JsonLargeReaderTest.MultiBatch use of LIBCUDF_JSON_BATCH_SIZE env…
Browse files Browse the repository at this point in the history
… var
  • Loading branch information
davidwendt committed Sep 26, 2024
1 parent d1b411a commit dcc61c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/large_strings/json_tests.cu
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ TEST_F(JsonLargeReaderTest, MultiBatch)
}

// go back to normal batch_size
unsetenv("LIBCUDF_LARGE_STRINGS_THRESHOLD");
unsetenv("LIBCUDF_JSON_BATCH_SIZE");
}

0 comments on commit dcc61c9

Please sign in to comment.