You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Chenjian (Jira)" <ji...@apache.org> on 2023/03/06 08:31:00 UTC

[jira] [Created] (IGNITE-18964) Fix sql wildcard to java regex translation when involving consecutive wildcard characters

Chenjian created IGNITE-18964:
---------------------------------

             Summary: Fix sql wildcard to java regex translation when involving consecutive wildcard characters
                 Key: IGNITE-18964
                 URL: https://issues.apache.org/jira/browse/IGNITE-18964
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.14
            Reporter: Chenjian
            Assignee: Chenjian


It's an capture corner case for the IGNITE-12687.

The current `SqlListenerUtils.translateSqlWildcardsToRegex` not handle consecutive "_" character correctly.

 

Affected version is from 2.9 to 2.14



--
This message was sent by Atlassian Jira
(v8.20.10#820010)