kevinjqliu commented on code in PR #590: URL: https://github.com/apache/iceberg-python/pull/590#discussion_r1563580912
########## tests/integration/test_inspect_table.py: ########## @@ -186,8 +185,6 @@ def test_inspect_entries( assert df_lhs == df_rhs, f"Difference in data_file column {df_column}: {df_lhs} != {df_rhs}" elif column == 'readable_metrics': - right = right.asDict(recursive=True) Review Comment: dont need this anymore because of `spark.sql.execution.arrow.pyspark.enabled`, pandas DF turns tuple to dict -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org