dusantism-db commented on code in PR #47803: URL: https://github.com/apache/spark/pull/47803#discussion_r1736394355
########## sql/catalyst/src/main/scala/org/apache/spark/sql/exceptions/SqlScriptingException.scala: ########## @@ -26,7 +26,7 @@ import org.apache.spark.sql.exceptions.SqlScriptingException.errorMessageWithLin class SqlScriptingException ( errorClass: String, cause: Throwable, - origin: Origin, + val origin: Origin, Review Comment: @miland-db yeah that is the reason, i don't like it either, if you have a suggestion for a better way I'll change it -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org