taosdata / taos-connector-jdbc

Connecting Java Application With a TDengine Database.
MIT License
45 stars 29 forks source link

RestfulPreparedStatement this.rawSql = Utils.preprocessSql(sql); 被注释掉,导致spark 调用出现 查询出现bug 无法获取到数据 #156

Open alishihaoren opened 7 months ago

alishihaoren commented 7 months ago

RestfulPreparedStatement 类中 line 23 RestfulPreparedStatement 解决的 this.rawSql = Utils.preprocessSql(sql); 被注释掉,导致spark 调用出现 查询出现bug 无法获取到数据

sheyanjie-qq commented 7 months ago

请给出使用的 jdbc 驱动版本