We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eaad5c commit b7e3d05Copy full SHA for b7e3d05
test/avro_test.cc
@@ -125,7 +125,7 @@ class AvroReaderTest : public TempFileTestBase {
125
126
auto writer_result = WriterFactoryRegistry::Open(
127
FileFormatType::kAvro,
128
- {.path = temp_avro_file_, .io = file_io_, .schema = schema});
+ {.path = temp_avro_file_, .schema = schema, .io = file_io_});
129
ASSERT_TRUE(writer_result.has_value());
130
auto writer = std::move(writer_result.value());
131
ASSERT_THAT(writer->Write(arrow_array), IsOk());
0 commit comments