RussellSpitzer commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1793751529
########## spark/v4.0/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsAstBuilder.scala: ########## @@ -30,7 +30,7 @@ import org.apache.iceberg.NullOrder import org.apache.iceberg.SortDirection import org.apache.iceberg.expressions.Term import org.apache.iceberg.spark.Spark3Util -import org.apache.spark.sql.AnalysisException +import org.apache.spark.sql.catalyst.analysis.IcebergAnalysisException Review Comment: Why are we switching to our internal Exception class here? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org