zhengruifeng commented on code in PR #50323: URL: https://github.com/apache/spark/pull/50323#discussion_r2002732711
########## python/pyspark/pandas/tests/io/test_dataframe_spark_io.py: ########## @@ -331,30 +321,17 @@ def test_read_excel(self): self.assert_eq(psdfs["Sheet_name_1"], pdfs1["Sheet_name_1"]) self.assert_eq(psdfs["Sheet_name_2"], pdfs1["Sheet_name_2"]) - psdfs = ps.read_excel(tmp, sheet_name=sheet_name, index_col=0, squeeze=True) Review Comment: such tests make no sense since `squeeze=True` is not allowed any more -- 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