I’m executing a query on a table using PySpark and incorporating some Apache Sedona functions within the query. However, the query encountered issues with certain rows, leading to an interruption. Unfortunately, it didn’t provide any information about the problematic row.
Is there a way to implement a try except mechanism that would allow me to bypass the problematic row and continue processing the remaining rows?