sandynz commented on code in PR #29893:
URL: https://github.com/apache/shardingsphere/pull/29893#discussion_r1469054262
##########
kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/job/progress/JobItemInventoryTasksProgress.java:
##########
@@ -43,7 +43,7 @@ public final class JobItemInventoryTasksProgress {
* @return inventory position
*/
public Map<String, IngestPosition> getInventoryPosition(final String
tableName) {
- Pattern pattern = Pattern.compile(String.format("\\.%s#(\\d+)?",
tableName));
+ Pattern pattern = Pattern.compile(String.format("\\.%s#(\\d+)?",
tableName), Pattern.CASE_INSENSITIVE);
Review Comment:
Could we add related test code?
--
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]