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 6b21a9b commit b201cd4Copy full SHA for b201cd4
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala
@@ -89,7 +89,7 @@ object FunctionRegistry {
89
expression[CreateArray]("array"),
90
expression[Coalesce]("coalesce"),
91
expression[Explode]("explode"),
92
- expression[If]("if"),
+ //expression[If]("if"), TODO: turn this on after adding rules to auto cast types.
93
expression[IsNull]("isnull"),
94
expression[IsNotNull]("isnotnull"),
95
expression[Coalesce]("nvl"),
0 commit comments