panbingkun commented on code in PR #44750:
URL: https://github.com/apache/spark/pull/44750#discussion_r1454457235
##########
python/pyspark/sql/functions/builtin.py:
##########
@@ -18698,6 +18698,8 @@ def nvl2(col1: "ColumnOrName", col2: "ColumnOrName",
col3: "ColumnOrName") -> Co
return _invoke_function_over_columns("nvl2", col1, col2, col3)
+# TODO(SPARK-46738) Re-enable testing that includes the 'Cast' operation after
Review Comment:
Considering that cast is displayed differently in `Regular Spark` and `Spark
Connect`, let's ignore the test with `cast` for now. I have created a new jira
(https://issues.apache.org/jira/browse/SPARK-46738) and I am currently trying
to fix it.
After fixing, I will open the relevant UT.
--
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]