HyukjinKwon commented on code in PR #45719:
URL: https://github.com/apache/spark/pull/45719#discussion_r1540281794
##########
python/pyspark/sql/connect/dataframe.py:
##########
@@ -1443,8 +1443,25 @@ def all_of_(xs: Iterable) -> bool:
message_parameters={},
)
+ def _convert_int_to_float(v: Any) -> Any:
Review Comment:
no need to do `_` prefix. it's nested func so not accessible
--
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]