<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 12: syntax checking for 'group by' clouse.</title><link>https://sourceforge.net/p/cloudbase/bugs/12/</link><description>Recent changes to 12: syntax checking for 'group by' clouse.</description><atom:link href="https://sourceforge.net/p/cloudbase/bugs/12/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 15 Jun 2009 09:11:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cloudbase/bugs/12/feed.rss" rel="self" type="application/rss+xml"/><item><title>syntax checking for 'group by' clouse.</title><link>https://sourceforge.net/p/cloudbase/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Query1:&lt;br /&gt;
SELECT c1, count(*) FROM test_table1 GROUP BY c1;&lt;/p&gt;
&lt;p&gt;Query2:&lt;br /&gt;
SELECT c1, count(*) FROM test_table1 GROUPBY c1; &lt;/p&gt;
&lt;p&gt;Query1 works fine. (there are no syntax errors) but Query2 returns 'MapReduce job failed' error. I think Query2 should return a syntax error before running M/R jobs.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">YoungWoo Kim</dc:creator><pubDate>Mon, 15 Jun 2009 09:11:32 -0000</pubDate><guid>https://sourceforge.net982a979702d7efffd06f3eec8d263271e787a09b</guid></item></channel></rss>