1
0

[MINOR] Minor changes around Spark 3.3 support (#6231)

Co-authored-by: Shawn Chang <yxchang@amazon.com>
This commit is contained in:
Shawn Chang
2022-07-28 09:32:34 -07:00
committed by GitHub
parent ea1fbc71ec
commit 70b5cf6dab
7 changed files with 7 additions and 8 deletions

View File

@@ -138,7 +138,7 @@ class Spark2Adapter extends SparkAdapter {
DeleteFromTable(deleteFromTableCommand.table, resolvedCondition)
}
override def extractCondition(deleteFromTable: Command): Expression = {
override def extractDeleteCondition(deleteFromTable: Command): Expression = {
deleteFromTable.asInstanceOf[DeleteFromTable].condition.getOrElse(null)
}