joint-song commented on issue #8978:
URL: https://github.com/apache/seatunnel/issues/8978#issuecomment-2723720326

   > Want to try to add config to hide or display the error?
   
   Trino separated `cast` and `try_cast` function to resolve two different 
behaviors for invalid value. `cast` will fail for invalid value. And `try_cast` 
will produce null value as spark and hive did. How about introduce a new 
function like Trino's `try_cast` did? Or simply produce null value as Seatunnel 
versions under 2.3.0 and before?


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

Reply via email to