strongduanmu commented on issue #11794: URL: https://github.com/apache/shardingsphere/issues/11794#issuecomment-902367368
I found that the exception occurs only when the date field must be included, and other fields will not cause the exception. I used the following SQL to reproduce this problem. ```sql select s.content from t_single s inner join t_order_test t ON s.single_id = t.test_id WHERE date = '2021-08-20'; ``` -- 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]
