amaliujia commented on pull request #13200:
URL: https://github.com/apache/beam/pull/13200#issuecomment-717514966
Those failed SQL precommits are about compilation error by Janino. For
example:
```
java.lang.UnsupportedOperationException: Could not compile CalcFn: {
c.output(org.apache.beam.sdk.values.Row.withSchema(outputSchema).attachValues(java.util.Arrays.asList(org.apache.beam.sdk.extensions.sql.zetasql.translation.impl.TimestampFunctions.timestamp(1230219000000L))));
}
```
It is not obvious to me why this PR has failed such tests. Will take another
look to see whether I can find the root cause.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]