Skip to content

Commit

Permalink
bug in tests in init list for kv meta
Browse files Browse the repository at this point in the history
  • Loading branch information
devavret committed Dec 8, 2021
1 parent 79639ee commit 8c2927d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/io/parquet_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ TEST_F(ParquetWriterTest, MultiIndex)
cudf_io::parquet_writer_options::builder(cudf_io::sink_info{filepath}, expected->view())
.metadata(&expected_metadata)
.key_value_metadata(
{{"pandas", "\"index_columns\": [\"int8s\", \"int16s\"], \"column1\": [\"int32s\"]"}});
{{{"pandas", "\"index_columns\": [\"int8s\", \"int16s\"], \"column1\": [\"int32s\"]"}}});
cudf_io::write_parquet(out_opts);

cudf_io::parquet_reader_options in_opts =
Expand Down

0 comments on commit 8c2927d

Please sign in to comment.