Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-6367

Missing line breaks in Drill operator list

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • 1.13.0
    • None
    • Documentation

    Description

      Consider theĀ operators page. The list of "like" operators appears (in my browser: Safari) as:

      LIKE ILIKE SIMILAR TO NOT
      SIMILAR TO
      

      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:

      LIKE
      ILIKE
      SIMILAR TO
      NOT SIMILAR TO
      

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

      Attachments

        Activity

          People

            bbevens Bridget Bevens
            paul-rogers Paul Rogers
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: