You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Paul Rogers (JIRA)" <ji...@apache.org> on 2018/04/29 01:08:00 UTC

[jira] [Created] (DRILL-6367) Missing line breaks in Drill operator list

Paul Rogers created DRILL-6367:
----------------------------------

             Summary: Missing line breaks in Drill operator list
                 Key: DRILL-6367
                 URL: https://issues.apache.org/jira/browse/DRILL-6367
             Project: Apache Drill
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 1.13.0
            Reporter: Paul Rogers
            Assignee: Bridget Bevens


Consider theĀ [operators|http://drill.apache.org/docs/operators/] page. The list of "like" operators appears (in my browser: Safari) as:

{noformat}
LIKE ILIKE SIMILAR TO NOT
SIMILAR TO
{noformat}

This is somewhat hard to parse: it is hard to tell which are multi-word operators. Would be better to list one operator per line:

{noformat}
LIKE
ILIKE
SIMILAR TO
NOT SIMILAR TO
{noformat}

Also, NOT LIKE is legal (I assume NOT ILIKE is also...)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)