jbewing commented on code in PR #14681:
URL: https://github.com/apache/iceberg/pull/14681#discussion_r2561694528
##########
spark/v4.0/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/views/CreateIcebergView.scala:
##########
@@ -33,12 +34,18 @@ case class CreateIcebergView(
properties: Map[String, String],
allowExisting: Boolean,
replace: Boolean,
- rewritten: Boolean = false) extends BinaryCommand {
- override def left: LogicalPlan = child
+ rewritten: Boolean = false,
+ isAnalyzed: Boolean = false) extends AnalysisOnlyCommand {
Review Comment:
Good call! See
https://github.com/apache/iceberg/pull/14681/commits/db21f91bb969386e9ad71e636fb28557c22196e3
for added comments
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]