You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/06/08 07:49:39 UTC

[GitHub] [shardingsphere] 65725738 opened a new issue #5945: > donot shard

65725738 opened a new issue #5945:
URL: https://github.com/apache/shardingsphere/issues/5945


   ![图片](https://user-images.githubusercontent.com/12229436/84004840-ca2b8c80-a99e-11ea-8f01-ed47143c16bd.png)
   
   parse sql:
   select    
       CCPR.id as CCPR_id, CCPR.company_id as CCPR_company_id, CCPR.profile_id as CCPR_profile_id, 
       CCPR.call_type as CCPR_call_type, CCPR.ref_id as CCPR_ref_id, CCPR.session_id as CCPR_session_id, 
       CCPR.line_code as CCPR_line_code, CCPR.caller_num as CCPR_caller_num, CCPR.callee_num as CCPR_callee_num, 
       CCPR.connect_time as CCPR_connect_time, CCPR.disconnect_time as CCPR_disconnect_time, 
       CCPR.time_consume as CCPR_time_consume, CCPR.fee as CCPR_fee, CCPR.record_flag as CCPR_record_flag, 
       CCPR.record_file_id as CCPR_record_file_id, CCPR.record_words_id as CCPR_record_words_id, 
       CCPR.STATUS as CCPR_STATUS, CCPR.cctr_id as CCPR_cctr_id, CCPR.customer_id as CCPR_customer_id, 
       CCPR.created_by as CCPR_created_by, CCPR.created_time as CCPR_created_time   
       from company_call_phone_record CCPR    
        WHERE (  CCPR.disconnect_time > ? )
   
   ![图片](https://user-images.githubusercontent.com/12229436/84005184-4a51f200-a99f-11ea-879c-ab042994ad5f.png)
   
   it is PredicateCompareRightValue.   is not > 
   
   ![图片](https://user-images.githubusercontent.com/12229436/84005314-85542580-a99f-11ea-92d5-83d603fd42d5.png)
   
   
   why???
   
   sharding 4.0.0-rc2
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] terrymanu closed issue #5945: > donot shard

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #5945:
URL: https://github.com/apache/shardingsphere/issues/5945


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] 65725738 commented on issue #5945: > donot shard

Posted by GitBox <gi...@apache.org>.
65725738 commented on issue #5945:
URL: https://github.com/apache/shardingsphere/issues/5945#issuecomment-640481857


   change to  sharding-jdbc 4.1.0 dbcp1.4
   
   Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in file [D:\baduworkspace\sharding-test\target\classes\app_config.xml]: Cannot resolve reference to bean 'shardingDataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shardingDataSource': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.shardingsphere.shardingjdbc.spring.datasource.SpringShardingDataSource]: Constructor threw exception; nested exception is java.lang.AbstractMethodError: org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.getSchema()Ljava/lang/String;
   
   
   Does Sharding-JDBC 4.1.0 not support DBCP1.4?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] terrymanu commented on issue #5945: > donot shard

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #5945:
URL: https://github.com/apache/shardingsphere/issues/5945#issuecomment-641693238


   Can you change the title for search friendly?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] 65725738 commented on issue #5945: > donot shard

Posted by GitBox <gi...@apache.org>.
65725738 commented on issue #5945:
URL: https://github.com/apache/shardingsphere/issues/5945#issuecomment-640432319


   debug and did not enter RangeShardingAlgorithm. 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] terrymanu commented on issue #5945: > donot shard

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #5945:
URL: https://github.com/apache/shardingsphere/issues/5945#issuecomment-645136147


   Closed because of no response anymore


----------------------------------------------------------------
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:
users@infra.apache.org