We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597f13b commit 29451f9Copy full SHA for 29451f9
sql/catalyst/src/main/scala/org/apache/spark/sql/CatalystErrors.scala
@@ -65,10 +65,6 @@ object CatalystErrors {
65
s"pivot column data type ${pivotCol.dataType.catalogString}")
66
}
67
68
- def unresolvedRelationForTimeTravelError(): Throwable = {
69
- new AnalysisException("Cannot specify time travel in multiple formats.")
70
- }
71
-
72
def unsupportedIfNotExistsError(tableName: String): Throwable = {
73
new AnalysisException(
74
s"Cannot write, IF NOT EXISTS is not supported for table: $tableName")
0 commit comments