CheerwayRen commented on issue #8038:
URL: https://github.com/apache/shardingsphere/issues/8038#issuecomment-860003359
> @CheerwayRen I copied your code for testing, but some classes cannot be
imported. Then I tested it with the master branch, and it didn't reproduce the
problem. Can you try to test the master branch? Or submit your demo to the
github repository.
>
> ```sql
> mysql> SELECT msam.MALL_ID as mallId FROM mng_sale_amount_month msam LEFT
JOIN mng_sale_amount_day msad ON msad.MONTH_ID = msam.ID WHERE msad.SALE_YMD in
('20201202','20210101') order by msam.MALL_ID;
> Empty set (0.51 sec)
> ```
You try this and see if you can reproduce it
https://github.com/CheerwayRen/sharding-demo.git
--
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:
[email protected]