zhengruifeng commented on code in PR #46163:
URL: https://github.com/apache/spark/pull/46163#discussion_r1575493828


##########
python/pyspark/sql/connect/functions/builtin.py:
##########
@@ -3804,12 +3804,14 @@ def sha2(col: "ColumnOrName", numBits: int) -> Column:
 sha2.__doc__ = pysparkfuncs.sha2.__doc__
 
 
-def hll_sketch_agg(col: "ColumnOrName", lgConfigK: Optional[Union[int, 
Column]] = None) -> Column:
+def hll_sketch_agg(
+    col: "ColumnOrName",
+    lgConfigK: Optional[Union[int, Column]] = None,
+) -> Column:

Review Comment:
   this line is kind of long (to my screen), so I break it to multiple lines:
   
   <img width="872" alt="image" 
src="https://github.com/apache/spark/assets/7322292/86029dd9-9939-4b14-8df2-fc9c89feffdb";>
   



-- 
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]

Reply via email to