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
-
Target Version:
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
- is duplicated by
-
HUE-3982 [editor] Autocomplete keys of nested type maps
-
- Closed
-