vlsi commented on pull request #2531: URL: https://github.com/apache/calcite/pull/2531#issuecomment-925147816
An interesting side effect is that build fails at Travis: https://app.travis-ci.com/github/apache/calcite/jobs/538524980#L633 It might be related to a relatively "old" Java 1.8 (Travis uses 1.8u252 vs GitHub 1.8u302) ``` javac 1.8.0_252 ... java.lang.OutOfMemoryError: GC overhead limit exceeded at com.sun.tools.javac.code.Types.subst(Types.java:2984) at com.sun.tools.javac.comp.Infer$InferenceContext.asUndetVar(Infer.java:2064) at com.sun.tools.javac.comp.Resolve$MethodCheckContext.compatible(Resolve.java:967) at com.sun.tools.javac.comp.Check.checkType(Check.java:546) at com.sun.tools.javac.comp.Attr$ResultInfo.check(Attr.java:482) ``` -- 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]
