Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
imback82 committed Apr 9, 2021
1 parent 0ab3653 commit 7823044
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,10 @@ case class RepairTable(
case class AlterViewAs(
child: LogicalPlan,
originalText: String,
query: LogicalPlan) extends UnaryCommand
query: LogicalPlan) extends BinaryCommand {
override def left: LogicalPlan = child
override def right: LogicalPlan = query
}

/**
* The logical plan of the ALTER VIEW ... SET TBLPROPERTIES command.
Expand Down

0 comments on commit 7823044

Please sign in to comment.