I couldn't reproduce the problem you described locally. And looking at the history of the main branch[1], it seems most of the commits' checking is passing.
Could you give more info about the steps and environment so that we can reproduce it? [1] https://github.com/apache/calcite/commits/main P.F. ZHAN <[email protected]> 于2023年9月22日周五 03:44写道: > > It seems caused by the pr of issue, > https://issues.apache.org/jira/browse/CALCITE-5920 > I revert this pr locally, it works. > > > On Fri, Sep 22, 2023 at 2:54 AM P.F. ZHAN <[email protected]> wrote: > > > I rebased the newest code, and built the code locally > > > > * What went wrong: > > Execution failed for task ':linq4j:forbiddenApisMain'. > > > de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API > > calls failed while scanning class > > 'org.apache.calcite.linq4j.QueryableRecorder$57': > > java.lang.ClassNotFoundException: > > org.apache.calcite.linq4j.QueryableDefaults$NonLeafReplayableQueryable > > (while looking up details about referenced class > > 'org.apache.calcite.linq4j.QueryableRecorder$57') > > > > > > -- Best, Benchao Li
