RE: [sql]enable spark sql cli support spark sql

2014-08-15 Thread Cheng, Hao
@spark.apache.org 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 hao.ch...@intel.com wrote: Actually the SQL Parser (another SQL

RE: [sql]enable spark sql cli support spark sql

2014-08-14 Thread Cheng, Hao
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:wangf...@huawei.com] Sent: Friday, August 15, 2014 11:22 AM To: dev@spark.apache.org Subject:

Re: [sql]enable spark sql cli support spark sql

2014-08-14 Thread Cheng Lian
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 hao.ch...@intel.com wrote: Actually the SQL Parser (another SQL dialect in SparkSQL) is quite weak, and only support some