You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @EkkoG for the suggestion. The CTE suport could indeed be improved. I'll open to see if we can get a community contribution for this improvement.
Having some experience with bison tool and compilers, I tried to investigate how to add this missing feature but the complexity is quite overwhelming for me (especially the logic in sqlParseSupport.js). I guess CTE should be handled in a similar query as sub-queries. With a bunch of some hints where to look at, I may try to invest more time in it.
Description
For now, SQL Autocomplete works fine when select from a table in db

but when the table is a CTE, it will nothing at autocomplete options.
It test on the latest demo of Hue https://demo.gethue.com/hue/editor?editor=828642
With version 4.11.0 and db type is Hive.
The text was updated successfully, but these errors were encountered: