Different error handling behavior after DB runtime upgrade from 13.3 to 14.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 12:09 AM - edited 06-07-2024 12:10 AM
Hi! We want to upgrade the DB runtime on our clusters from 13.3 LTS to 14.3 LTS. Currently, everything looks good except for the different error-handling in the new runtime.
For example, the error in the 13.3 LTS runtime looks familiar:
while the same code on 14.3 LTS runtime throws the following error:
Only after digging deeper into error logs, can I see that the error is the same in this case:
Not sure if it is important information but we use the spark.sql() function when calling merge into command. Is there a way to restore the previous error-handling behaviour because current errors are not informative?