This is an automated email from the ASF dual-hosted git repository. zhenchen pushed a commit to branch revert-4501-calcite-7141 in repository https://gitbox.apache.org/repos/asf/calcite.git
commit c9be7fa240835863f8f3f0cf8a2cb3d44a2eac91 Author: Zhen Chen <[email protected]> AuthorDate: Sat Sep 6 19:58:47 2025 +0800 Revert "Fix typo" This reverts commit 90b4f6946dde50f171194048fb1397bf006bf9d4. --- core/src/main/java/org/apache/calcite/sql/type/FunctionSqlType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/calcite/sql/type/FunctionSqlType.java b/core/src/main/java/org/apache/calcite/sql/type/FunctionSqlType.java index 4633c3c88f..b934fdb4b4 100644 --- a/core/src/main/java/org/apache/calcite/sql/type/FunctionSqlType.java +++ b/core/src/main/java/org/apache/calcite/sql/type/FunctionSqlType.java @@ -59,7 +59,7 @@ public FunctionSqlType( } public RelDataType getParameterType() { - return parameterType; + return parameterTypeType; } public RelDataType getReturnType() {
