zhengruifeng commented on code in PR #52195: URL: https://github.com/apache/spark/pull/52195#discussion_r2315038556
########## python/pyspark/sql/tests/arrow/test_arrow.py: ########## @@ -477,7 +477,7 @@ def test_pandas_self_destruct(self): allocation_after = pa.total_allocated_bytes() difference = allocation_after - allocation_before # Should be around 1x the data size (table should not hold on to any memory) - self.assertGreaterEqual(difference, 0.9 * expected_bytes) + self.assertGreaterEqual(difference, 0.8 * expected_bytes) Review Comment: I think it is a good change since less memory is allocated -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org