Uploaded image for project: 'Hue (READ ONLY)'
  1. Hue (READ ONLY)
  2. HUE-4756

column suggestion list can mislead user to use wrong column name

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Duplicate
    • Affects Version/s: 3.11.0
    • Fix Version/s: backlog
    • Component/s: app.editor
    • Labels:
      None

      Description

      Type in select * from default.customers; and then replace the * with some columns, using orders[] based on the suggestion list.

      select addresses,name,id,orders[] from customers;

      When user uses the autocomplete suggestion list for column "orders" which is orders[] for default.customers table, it throws error on the UI.

      We should provide the suggestion list as orders instead of orders[] here?
      ============================================================
      Error while compiling statement: FAILED: ParseException line 1:60 cannot recognize input near ']' 'from' 'customers' in expression specification

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                weixia weixia xu
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: