WweiL commented on code in PR #47835:
URL: https://github.com/apache/spark/pull/47835#discussion_r1727564356
##########
python/pyspark/sql/tests/connect/test_connect_basic.py:
##########
@@ -663,25 +663,68 @@ def test_sql_with_invalid_args(self):
def test_deduplicate(self):
# SPARK-41326: test distinct and dropDuplicates.
- df = self.connect.read.table(self.tbl_name)
- df2 = self.spark.read.table(self.tbl_name)
+ df = self.connect.read.table(self.tbl_name2)
+ df2 = self.spark.read.table(self.tbl_name2)
Review Comment:
It's because tbl_name1 only has two fields and I want to test 3 fields
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]