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 0808fd2 commit 39929d9Copy full SHA for 39929d9
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Expression.scala
@@ -90,6 +90,8 @@ abstract class Expression extends TreeNode[Expression] {
90
/**
91
* Check the input data types, returns `TypeCheckResult.success` if it's valid,
92
* or return a `TypeCheckResult` with an error message if invalid.
93
+ * TODO: we should remove the default implementation and implement it for all
94
+ * expressions with proper error message.
95
*/
96
def checkInputDataTypes(): TypeCheckResult = TypeCheckResult.success
97
}
0 commit comments