zhangboqing opened a new issue #7372:
URL: https://github.com/apache/shardingsphere/issues/7372


   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>sharding-jdbc-core</artifactId>
               <version>4.1.1</version>
           </dependency>
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-JDBC
   
   ### Expected behavior
   have not log this error
   
   ### Actual behavior
   1、Only the error log was printed on the console
   2、The SQL can execute correctly
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   SELECT count(0) FROM op_producer_hotting_task WHERE create_time BETWEEN ? 
AND ? AND app_id = ? AND source IN (?, ?, ?, ?) AND status IN (?) AND 
data_json->'$.crowdPackageId' IS NOT NULL 
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to