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 2022/10/14 06:15:07 UTC

[GitHub] [shardingsphere] sun2430987 opened a new issue, #21554: Custom sharding algorithm range query not executed

sun2430987 opened a new issue, #21554:
URL: https://github.com/apache/shardingsphere/issues/21554

   version:
   sharding-jdbc 5.2.0
   
   config:
   ![image](https://user-images.githubusercontent.com/26375092/195774878-d9f69310-2276-47b6-93fb-c7789d8e77eb.png)
   
   LogTablesShardingAlgorithm:
   ![image](https://user-images.githubusercontent.com/26375092/195774988-e19bb2c4-5ac4-4ff3-a548-282b9ce130e2.png)
   
   - init(Properties properties) ok
   - doSharding(Collection<String> collection, PreciseShardingValue<Date> preciseShardingValue) ok
   - doSharding(Collection<String> collection, RangeShardingValue<Date> rangeShardingValue) not executed
   
   


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN commented on issue #21554: Custom sharding algorithm range query not executed

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

   It is expected behaviour if your SQL has specified precise value for sharding key.
   If you have other question, please open a new issue according to the template.


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN closed issue #21554: Custom sharding algorithm range query not executed

Posted by GitBox <gi...@apache.org>.
TeslaCN closed issue #21554: Custom sharding algorithm range query not executed
URL: https://github.com/apache/shardingsphere/issues/21554


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] haiy1026 commented on issue #21554: Custom sharding algorithm range query not executed

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

   algorithmClassName -> algorithm-class-name


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org