pitrou commented on a change in pull request #7215:
URL: https://github.com/apache/arrow/pull/7215#discussion_r426824785
##########
File path: python/pyarrow/tests/test_pandas.py
##########
@@ -3917,25 +3917,25 @@ def test_metadata_compat_missing_field_name():
'name': None,
'numpy_type': 'object',
'pandas_type': 'mixed-integer'}
- ],
- 'columns': [
- {'metadata': None,
- 'name': 'a',
- 'numpy_type': 'int64',
- 'pandas_type': 'int64'},
- {'metadata': None,
- 'name': 'b',
- 'numpy_type': 'object',
- 'pandas_type': 'unicode'}
- ],
- 'index_columns': [
- {'kind': 'range',
- 'name': 'qux',
- 'start': 0,
- 'step': 2,
- 'stop': 8}
- ],
- 'pandas_version': '0.25.0'}
+ ],
+ 'columns': [
Review comment:
If you view the diff in split mode, you'll see that it seems ok.
----------------------------------------------------------------
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:
[email protected]