Re: Review Request: HIVE-1953: Hive should process comments in CliDriver

2011-08-19 Thread Syed Albiz
> On 2011-08-19 21:08:09, Charles Chen wrote: > > Currently if you type something like > > > > EXPLAIN SELECT "abcd > > -- > > efgh" as field from invites; > > > > the string "abcd\n--\nefgh"with the newlines is accepted--this diff removes > > the line with the "--" which seems incorrect. Goo

Re: Review Request: HIVE-1953: Hive should process comments in CliDriver

2011-08-19 Thread Charles Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1587/#review1564 --- Currently if you type something like EXPLAIN SELECT "abcd -- efgh" as