版本3.0.2
- jdbc url加了参数useServerPrepStmts=true
- 执行sql: INSERT INTO first_day ( id, fd ) VALUES ( ?, ? )
在测试单机环境执行没问题。
在另外一个三台机器的集群环境执行会报错:
org.apache.doris.common.AnalysisException: errCode = 2, detailMessage = Cannot invoke "org.apache.doris.nereids.trees.expressions.Expression.arity()" because "expr" is null
取消参数useServerPrepStmts=true能正常执行。