maropu commented on issue #26546: [SPARK-29913][SQL] Improve Exception in postgreCastToBoolean URL: https://github.com/apache/spark/pull/26546#issuecomment-554396037 I personally think this should be fixed in the `QueryExecution` side: https://github.com/apache/spark/blob/15218898cdc540420d6a6c957e5040f78e75cc61/sql/core/src/main/scala/org/apache/spark/sql/execution/QueryExecution.scala#L143. That is a kind of runtime exceptions, so `AnalysisException` looks weird to me. cc: @cloud-fan @dongjoon-hyun
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
