0 commentaires (0 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)Java4 457 stars (4 457 stars)1 113 forks (1 113 forks)batch import
help wanted
Description
如果输入 1%1 和 1% 返回值是false
Guide contributeur
- Stack technique
- java
- Domaine
- backend
- Type d'issue
- bug
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 2
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-3 hours
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- fresh
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- clear
- Prérequis
- JavaBasic pattern matching concepts
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 70
- Direction de recherche
- 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.