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  i debug it ,i found the custom_id field is long type, but the code only support Integer and String  -- 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]
