Hi,
I am using hive version 0.7 and I am having an odd issue with comments

The following works
<snip>
use default;
-- this is good
-- select blah from blahness
...
</snip>

However,
<snip>
use default;
-- this is good
-- select * from blahness;
...
</snip>
doesn't work, is this because hive is parsing ';' before removing
comments? or am I missing something?

Thanks,
--
Rohan Monga

Reply via email to