-1(non-binding) I am sorry, I verified it encountered this exception: Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Column 'BOOKIE' not found in any table at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:505) at org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:599) ... 85 more
at herddb.jdbc.utils.SQLExceptionUtils.wrapException(SQLExceptionUtils.java:45) ~[herddb-jdbc-0.24.0.jar:na] at herddb.jdbc.HerdDBPreparedStatement.executeQuery(HerdDBPreparedStatement.java:86) ~[herddb-jdbc-0.24.0.jar:na] at herddb.jdbc.HerdDBPreparedStatement.execute(HerdDBPreparedStatement.java:224) ~[herddb-jdbc-0.24.0.jar:na] at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44) ~[HikariCP-2.7.9.jar:na] at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java) ~[HikariCP-2.7.9.jar:na] at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) ~[mybatis-3.5.4.jar:3.5.4] at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) ~[mybatis-3.5.4.jar:3.5.4] at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63) ~[mybatis-3.5.4.jar:3.5.4] at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324) ~[mybatis-3.5.4.jar:3.5.4] at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) ~[mybatis-3.5.4.jar:3.5.4] at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) ~[mybatis-3.5.4.jar:3.5.4] at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:108) ~[pagehelper-5.1.11.jar:na] at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61) ~[mybatis-3.5.4.jar:3.5.4] at com.sun.proxy.$Proxy194.query(Unknown Source) ~[na:na] at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147) ~[mybatis-3.5.4.jar:3.5.4] at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) ~[mybatis-3.5.4.jar:3.5.4] at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76) ~[mybatis-3.5.4.jar:3.5.4] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) ~[mybatis-spring-2.0.4.jar:2.0.4] ... 32 common frames omitted Li Li <[email protected]> 于2022年3月30日周三 17:25写道: > Hi everyone, > Please review and vote on the release candidate #1 for the version 0.3.0, > as follows: > [ ] +1, Approve the release > [ ] -1, Do not approve the release (please provide specific comments) > > The complete staging area is available for your review, which includes: > * Release notes [1] > * The official Apache source and binary distributions to be deployed to > dist.apache.org [2] > * Source code tag "v0.3.0-candidate-1" [4] with git sha > 2396bf10127ec3b23c110edd87df36a422d180f972f60f88e04f96bd8b583b3eac1f0bb3cfccb9541fb2667fca56159bdb7cf71d0a314c948439862d087145f0 > apache-pulsar-manager-0.3.0-src.tar.gz > > PulsarManager's KEYS file contains PGP keys we used to sign this release: > https://dist.apache.org/repos/dist/dev/pulsar/KEYS > > Please download these packages and review this release candidate: > > - Review release notes > - Download the source package (verify shasum, and asc) and follow the > instructions to build and run the pulsar-manager front end and back end > service. > - Download the binary package (verify shasum, and asc) and follow the > instructions to run run the pulsar-manager front end and back end service. > > The vote will be open for at least 72 hours. It is adopted by majority > approval, with at least 3 PMC affirmative votes. > > > Source and binary files: > > https://dist.apache.org/repos/dist/dev/pulsar/pulsar-manager/apache-pulsar-manager-0.3.0/apache-pulsar-manager-0.3.0-bin.tar.gz > > https://dist.apache.org/repos/dist/dev/pulsar/pulsar-manager/apache-pulsar-manager-0.3.0/apache-pulsar-manager-0.3.0-src.tar.gz > > SHA-512 checksums: > > 9fd3148c31515f3f2d2d3620abfd669a6ced729e586b921cdc74c197e99909c5e9def2f03652c33fbbdffabdf5b60c428676cc14a3a4b0556a1487f2d6fe18a0 > apache-pulsar-manager-0.3.0-bin.tar.gz > 2396bf10127ec3b23c110edd87df36a422d180f972f60f88e04f96bd8b583b3eac1f0bb3cfccb9541fb2667fca56159bdb7cf71d0a314c948439862d087145f0 > apache-pulsar-manager-0.3.0-src.tar.gz
