You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spark 3.2 and 3.3 has a TryCast expression and Spark 3.4 removed it and added an evalMode parameter to the Cast expression.
We do not support the TryCast expression and should add support. This was missed until now because CometCastSuite calls checkSparkAnswer instead of checkSparkAnswerAndOperator.
Describe the potential solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
What is the problem the feature request solves?
Spark 3.2 and 3.3 has a
TryCast
expression and Spark 3.4 removed it and added anevalMode
parameter to theCast
expression.We do not support the
TryCast
expression and should add support. This was missed until now becauseCometCastSuite
callscheckSparkAnswer
instead ofcheckSparkAnswerAndOperator
.Describe the potential solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: