It would be good to have, but I’m afraid it’s not super useful for users as the current SqlParser is very limited, especially it doesn’t support either DDL statements or any DML statements other then INSERT.
On Aug 15, 2014, at 4:16 PM, Cheng, Hao <[email protected]> wrote: > If so, probably we need to add the SQL dialects switching support for > SparkSQLCLI, as Fei suggested. What do you think the priority for this? > > -----Original Message----- > From: Cheng Lian [mailto:[email protected]] > Sent: Friday, August 15, 2014 1:57 PM > To: Cheng, Hao > Cc: scwf; [email protected] > Subject: Re: [sql]enable spark sql cli support spark sql > > In the long run, as Michael suggested in his Spark Summit 14 talk, we'd like > to implement SQL-92, maybe with the help of Optiq. > > On Aug 15, 2014, at 1:13 PM, Cheng, Hao <[email protected]> wrote: > >> Actually the SQL Parser (another SQL dialect in SparkSQL) is quite weak, and >> only support some basic queries, not sure what's the plan for its >> enhancement. >> >> -----Original Message----- >> From: scwf [mailto:[email protected]] >> Sent: Friday, August 15, 2014 11:22 AM >> To: [email protected] >> Subject: [sql]enable spark sql cli support spark sql >> >> hi all, >> now spark sql cli only support spark hql, i think we can enable this cli to >> support spark sql, do you think it's necessary? >> >> -- >> >> Best Regards >> Fei Wang >> >> ---------------------------------------------------------------------- >> ---------- >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] For >> additional commands, e-mail: [email protected] >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] For >> additional commands, e-mail: [email protected] >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
