curioustien commented on code in PR #45549:
URL: https://github.com/apache/arrow/pull/45549#discussion_r1986189609


##########
python/pyarrow/tests/parquet/test_metadata.py:
##########
@@ -67,8 +67,8 @@ def test_parquet_metadata_api():
     assert meta.num_rows == len(df)
     assert meta.num_columns == ncols + 1  # +1 for index
     assert meta.num_row_groups == 1
-    assert meta.format_version == '2.6'
-    assert 'parquet-cpp' in meta.created_by
+    assert meta.format_version == "2.6"

Review Comment:
   Oops sorry, I forgot about my auto-format on save setup. Though, I think we 
should leverage some code formatting guidelines. Happy to set it up if needed.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to