You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Shirokov (JIRA)" <ji...@apache.org> on 2018/01/10 09:54:00 UTC

[jira] [Created] (IGNITE-7373) Fix style guide violations and imprecise naming in SqlParser-related code

Kirill Shirokov created IGNITE-7373:
---------------------------------------

             Summary: Fix style guide violations and imprecise naming in SqlParser-related code
                 Key: IGNITE-7373
                 URL: https://issues.apache.org/jira/browse/IGNITE-7373
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.4
            Reporter: Kirill Shirokov
            Priority: Minor


SQL parser implementation contains many abbreviation rule violations (for instance, token instead of tok) and imprecise names (e.g.: SqlParserUtils.skipIfMatches throws an exception if the token doesn't match, although the name doesn't reflect this. 'accept' or 'skip' without 'if' would be more precise)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)