summaryrefslogtreecommitdiffstats
path: root/sqlglot/dialects/spark.py
diff options
context:
space:
mode:
Diffstat (limited to 'sqlglot/dialects/spark.py')
-rw-r--r--sqlglot/dialects/spark.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/sqlglot/dialects/spark.py b/sqlglot/dialects/spark.py
index 4c5c131..44bd12d 100644
--- a/sqlglot/dialects/spark.py
+++ b/sqlglot/dialects/spark.py
@@ -50,9 +50,6 @@ class Spark(Spark2):
"DATEDIFF": _parse_datediff,
}
- FUNCTION_PARSERS = Spark2.Parser.FUNCTION_PARSERS.copy()
- FUNCTION_PARSERS.pop("ANY_VALUE")
-
def _parse_generated_as_identity(
self,
) -> (