techaddict commented on code in PR #39393:
URL: https://github.com/apache/spark/pull/39393#discussion_r1062062273


##########
python/pyspark/sql/connect/dataframe.py:
##########
@@ -480,9 +480,10 @@ def to_jcols(
 
     def hint(self, name: str, *params: Any) -> "DataFrame":
         for param in params:
-            if param is not None and not isinstance(param, (int, str)):
+            if param is not None and not isinstance(param, (int, str, float, 
list)):

Review Comment:
   Awesome, will create a JIRA to add list later



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to