Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Vukasin Milovanovic <[email protected]>
  • Loading branch information
mhaseeb123 and vuule authored Nov 4, 2024
1 parent ab64a46 commit 8cfa14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/large_strings/parquet_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ TEST_F(ParquetStringsTest, ChunkedReadLargeStrings)
auto const result_view = result->view();

// Verify
for (auto cv : result_view) {
for (auto const& cv : result_view) {
auto const offsets = cudf::strings_column_view(cv).offsets();
EXPECT_EQ(offsets.type(), cudf::data_type{cudf::type_id::INT64});
}
Expand Down

0 comments on commit 8cfa14a

Please sign in to comment.