reiabreu opened a new issue, #8101:
URL: https://github.com/apache/storm/issues/8101
We are unable to bump calcite-core without making further changes to the
code.
Example of failing pipelines for PR opened by Dependabot
```
Error: Failed to execute goal
com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:1.0:generate
(generate-fmpp-sources) on project storm-sql-core: FMPP processing session
failed.
Error: Caused by: freemarker.core.InvalidReferenceException: The following
has evaluated to null or missing:
Error: ==> default [in template "Parser.jj" at line 1151, column 47]
Error:
Error: ----
Error: Tip: If the failing expression is known to legally refer to
something that's sometimes null or missing, either specify a default value like
myOptionalVar!myDefault, or use <#if
myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the
last step of the expression; to cover the whole expression, use parenthesis:
(myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
```
https://github.com/apache/storm/actions/runs/15384498285/job/43280556039?pr=8089
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]