westonpace commented on a change in pull request #10289: URL: https://github.com/apache/arrow/pull/10289#discussion_r640624676
########## File path: cpp/src/parquet/schema_test.cc ########## @@ -171,17 +167,16 @@ TEST_F(TestPrimitiveNode, Attrs) { } TEST_F(TestPrimitiveNode, FromParquet) { - SchemaElement elt = - NewPrimitive(name_, FieldRepetitionType::OPTIONAL, Type::INT32, field_id_); + SchemaElement elt = NewPrimitive(name_, FieldRepetitionType::OPTIONAL, Type::INT32); Review comment: Ah, I see your point. These tests were not testing `FromParquet` so the field id setting was still valid. I have restored them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org