HyukjinKwon commented on code in PR #37835:
URL: https://github.com/apache/spark/pull/37835#discussion_r969115830
##########
python/pyspark/testing/pandasutils.py:
##########
@@ -65,6 +65,12 @@ def setUpClass(cls):
super(PandasOnSparkTestCase, cls).setUpClass()
cls.spark.conf.set(SPARK_CONF_ARROW_ENABLED, True)
+ def _convert_str_to_lambda(self, func):
Review Comment:
Let's remove leading underscore since this file isn't documented, packaged
together, and test-only.
```suggestion
def convert_str_to_lambda(self, func):
```
--
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]