HyukjinKwon commented on a change in pull request #33980:
URL: https://github.com/apache/spark/pull/33980#discussion_r714429794
##########
File path: python/pyspark/sql/pandas/types.py
##########
@@ -20,6 +20,7 @@
pandas instances during the type conversion.
"""
+
Review comment:
Let's remove these newlines.
##########
File path: python/pyspark/sql/tests/test_arrow.py
##########
@@ -118,32 +117,50 @@ def create_pandas_data_frame(self):
data_dict["4_float_t"] = np.float32(data_dict["4_float_t"])
return pd.DataFrame(data=data_dict)
- def test_toPandas_fallback_enabled(self):
+ # def test_toPandas_fallback_enabled(self):
Review comment:
Can you enable the tests back?
--
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]