Hi Kyuubi community, I start this thread to discuss a proposal about
determining the kyuubiQL style and syntax. kyuubi introduced the parser
module in https://github.com/apache/incubator-kyuubi/issues/3926 to enhance
kyuubi's sql ability, That makes it easy for users to use kyuubi through
kyuubiQL.

For sql style, there are currently two style suggestions, KYUUBI/KYUUBIADMIN
cmd and ANSI-like.

For sql syntax, SESSION/ENGINE would be a kind resource defined by
KyuubiQL, We will define our KyuubiQL around these two resources, Have a
initial sql list as following:

   1. DESCRIBE/DESC SESSION/ENGINE
   2. CREATE SESSION/ENGINE
   3. DROP SESSION/ENGINE <id>
   4. SHOW SESSIONS/ENGINES
   5. ALTER SESSION/ENGINE <id> SET ...


Welcome to join and discuss, any suggestion is appreciated.

-- 

Best wishes,

Y.K.F

Reply via email to