HyukjinKwon commented on code in PR #45699:
URL: https://github.com/apache/spark/pull/45699#discussion_r1538548273
##########
python/pyspark/sql/tests/connect/test_connect_creation.py:
##########
@@ -554,6 +554,31 @@ def
test_create_dataframe_from_pandas_with_ns_timestamp(self):
self.spark.createDataFrame(pdf).collect(),
)
+ def test_schema_inference_from_pandas_with_dict(self):
+ from pyspark.sql.connect import functions as CF
Review Comment:
Let's add a comment see https://spark.apache.org/contributing.html
```
def test_case(self):
# SPARK-12345: a short description of the test
...
```
--
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]