Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into drop_view_v2
  • Loading branch information
imback82 committed Dec 8, 2020
commit f8d1da5d164a5a22e7e1f1980eaff2fd1dfc8d3f
Original file line number Diff line number Diff line change
Expand Up @@ -338,14 +338,6 @@ case class AlterViewAsStatement(
originalText: String,
query: LogicalPlan) extends ParsedStatement

/**
* ALTER TABLE ... RENAME TO command, as parsed from SQL.
*/
case class RenameTableStatement(
oldName: Seq[String],
newName: Seq[String],
isView: Boolean) extends ParsedStatement

/**
* An INSERT INTO statement, as parsed from SQL.
*
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.