0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java4,457 stars (4,457 stars)1,113 forks (1,113 forks)batch import
help wanted
- Issue 種別
- bug
- 調査方針
- Investigate the matchPattern method in OperatorLike.java. Reproduce the bug with inputs '1%1' and '1%' (expected true?). Check the logic for handling '%' wildcard. Ensure fix is aligned with expected behavior of the LIKE operator.