Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyann committed Feb 26, 2022
1 parent 14e9c49 commit 1470a0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/benchmarks/string/json.cu
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ auto build_json_string_column(int desired_bytes, int num_rows)
cudf::type_id::FLOAT32, distribution_id::UNIFORM, 0.0, 1.0);
auto float_2bool_columns =
create_random_table({cudf::type_id::FLOAT32, cudf::type_id::BOOL8, cudf::type_id::BOOL8},
3,
row_count{num_rows},
profile);

Expand Down

0 comments on commit 1470a0b

Please sign in to comment.