rdblue commented on a change in pull request #26740: [SPARK-30053][SQL] Add the
ability for v2 datasource so specify a vacuum action on the table
URL: https://github.com/apache/spark/pull/26740#discussion_r355228231
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/v2Commands.scala
##########
@@ -304,8 +304,15 @@ case class DescribeTable(table: NamedRelation,
isExtended: Boolean) extends Comm
* The logical plan of the DELETE FROM command that works for v2 tables.
*/
case class DeleteFromTable(
- table: LogicalPlan,
- condition: Option[Expression]) extends Command with SupportsSubquery {
+ table: LogicalPlan,
Review comment:
I agree. These should be indented 4 spaces from where `case` started.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]