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

   version: 5.3.2
   
   backgroud:
   i have big many tables with more than 100 million rows in database_a,i want 
split those tables by year ,and move it to anther databases like 
database_2020,databse_2021,database_2022。
   
   i use shardingsphere proxy server to sharding select , i don't execute any 
insert or update dml
   
   
   now, i execute the sql that two sharding table join select
   order_id is or_order_state_record table sharding key , but id is not 
sharding key in or_rescue_order table 
   cs_customer is broadcast table 
   
   but it throw Unkonw exception
   
![image](https://user-images.githubusercontent.com/11519151/233574459-920b2ef3-513c-4cf3-bb2e-f2025ab0d05b.png)
   i debug it ,i found the custom_id field is long type, but the code only 
support Integer and String 
   
![image](https://user-images.githubusercontent.com/11519151/233574344-2fa16d53-71f2-437a-b873-d21ddbc749c4.png)
   
   


-- 
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: 
[email protected]

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

Reply via email to