Skip to content

Commit 29451f9

Browse files
committed
remove unnecessary function
1 parent 597f13b commit 29451f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/CatalystErrors.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ object CatalystErrors {
6565
s"pivot column data type ${pivotCol.dataType.catalogString}")
6666
}
6767

68-
def unresolvedRelationForTimeTravelError(): Throwable = {
69-
new AnalysisException("Cannot specify time travel in multiple formats.")
70-
}
71-
7268
def unsupportedIfNotExistsError(tableName: String): Throwable = {
7369
new AnalysisException(
7470
s"Cannot write, IF NOT EXISTS is not supported for table: $tableName")

0 commit comments

Comments
 (0)