Skip to content

Commit c89d18e

Browse files
committed
Fix compiler errors
1 parent 9f3751c commit c89d18e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/src/parquet/arrow/arrow_schema_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1790,7 +1790,7 @@ TEST_F(TestConvertArrowSchema, ParquetTimeAdjustedToUTC) {
17901790
return cases;
17911791
};
17921792

1793-
auto make_fields_schema_fcn = [](const FieldConstructionArguments& cases) {
1793+
auto make_fields_schema_fcn = [](const std::vector<FieldConstructionArguments>& cases) {
17941794
std::vector<std::shared_ptr<Field>> arrow_fields;
17951795
std::vector<NodePtr> parquet_fields;
17961796
for (const FieldConstructionArguments& c : cases) {

0 commit comments

Comments
 (0)