westonpace commented on a change in pull request #10289: URL: https://github.com/apache/arrow/pull/10289#discussion_r640624255
########## File path: python/pyarrow/tests/parquet/test_metadata.py ########## @@ -303,28 +320,30 @@ def test_field_id_metadata(): pf = pq.ParquetFile(pa.BufferReader(contents)) schema = pf.schema_arrow - # Expected Parquet schema for reference - # - # required group field_id=0 schema { - # optional int32 field_id=1 f0; - # optional group field_id=2 f1 (List) { - # repeated group field_id=3 list { - # optional int32 field_id=4 item; - # } - # } - # optional binary field_id=5 f2; - # } - field_name = b'PARQUET:field_id' Review comment: Thanks, fixed to use the existing variable. -- 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