rdblue commented on code in PR #9423: URL: https://github.com/apache/iceberg/pull/9423#discussion_r1465558301
########## spark/v3.5/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveViews.scala: ########## @@ -151,7 +179,7 @@ case class ResolveViews(spark: SparkSession) extends Rule[LogicalPlan] with Look } - implicit class ViewHelper(plugin: CatalogPlugin) { + implicit class IcebergViewHelper(plugin: CatalogPlugin) { Review Comment: I don't think this rename is still needed, but I'm good keeping it since it avoids the conflict with a Spark helper. -- 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