This is an automated email from the ASF dual-hosted git repository.
taoran pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/main by this push:
new d64ee0037d Remove unused parameter from MapConstructor in Parser.jj
d64ee0037d is described below
commit d64ee0037db7abacdfcd4e774072f5e3fb8f2998
Author: maweibin <[email protected]>
AuthorDate: Mon Mar 4 17:31:57 2024 +0800
Remove unused parameter from MapConstructor in Parser.jj
---
core/src/main/codegen/templates/Parser.jj | 1 -
1 file changed, 1 deletion(-)
diff --git a/core/src/main/codegen/templates/Parser.jj
b/core/src/main/codegen/templates/Parser.jj
index fa7c0187f1..78f9f590ed 100644
--- a/core/src/main/codegen/templates/Parser.jj
+++ b/core/src/main/codegen/templates/Parser.jj
@@ -4966,7 +4966,6 @@ SqlCall ArrayLiteral() :
SqlNode MapConstructor() :
{
SqlNodeList args;
- SqlNode e;
final Span s;
}
{