linghengqian commented on issue #22884:
URL:
https://github.com/apache/shardingsphere/issues/22884#issuecomment-1354426118
@XZX369
- Simply put, you need to replace
`readwrite_ds.test_log_$->{202206..202406}` with
`readwrite_ds.test_log$->2023$->{01..12}, readwrite_ds.test_log$->{[2022 ,
2024]}1$->{06..12}`.
- If you're dynamically changing this value via something like DistSQL, you
should tend to use
`readwrite_ds.test_log$->{[202206,202207,202208,202209,202210,202211,202212,202301,202302]}`,
something like this It is more convenient to generate a more readable string
expression.
--
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]