svn commit: r1406465 [9/15] - in /hive/trunk: common/src/java/org/apache/hadoop/hive/conf/ conf/ data/files/ metastore/if/ metastore/src/gen/thrift/gen-cpp/ metastore/src/gen/thrift/gen-javabean/org/a

2012-11-06 Thread cws
Modified: hive/trunk/metastore/src/gen/thrift/gen-php/hive_metastore/hive_metastore_types.php URL: http://svn.apache.org/viewvc/hive/trunk/metastore/src/gen/thrift/gen-php/hive_metastore/hive_metastore_types.php?rev=1406465&r1=1406464&r2=1406465&view=diff =

svn commit: r1406465 [1/15] - in /hive/trunk: common/src/java/org/apache/hadoop/hive/conf/ conf/ data/files/ metastore/if/ metastore/src/gen/thrift/gen-cpp/ metastore/src/gen/thrift/gen-javabean/org/a

2012-11-06 Thread cws
Author: cws Date: Wed Nov 7 04:55:00 2012 New Revision: 1406465 URL: http://svn.apache.org/viewvc?rev=1406465&view=rev Log: HIVE-1362. Column level scalar valued statistics on Tables and Partitions (Shreepadma Venugopalan via cws) Added: hive/trunk/data/files/UserVisits.dat hive/trunk/d

svn commit: r1406465 [3/15] - in /hive/trunk: common/src/java/org/apache/hadoop/hive/conf/ conf/ data/files/ metastore/if/ metastore/src/gen/thrift/gen-cpp/ metastore/src/gen/thrift/gen-javabean/org/a

2012-11-06 Thread cws
Modified: hive/trunk/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h URL: http://svn.apache.org/viewvc/hive/trunk/metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h?rev=1406465&r1=1406464&r2=1406465&view=diff ==

svn commit: r1406338 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/exec/ java/org/apache/hadoop/hive/ql/parse/ java/org/apache/hadoop/hive/ql/plan/ test/queries/clientnegative/ test/queries/

2012-11-06 Thread cws
Author: cws Date: Tue Nov 6 21:11:54 2012 New Revision: 1406338 URL: http://svn.apache.org/viewvc?rev=1406338&view=rev Log: HIVE-1977. DESCRIBE TABLE syntax doesn't support specifying a database qualified table name (Zhenxiao Luo via cws) Added: hive/trunk/ql/src/test/queries/clientnegative

svn commit: r1406325 - in /hive/trunk/ql/src/test/results/compiler/plan: groupby1.q.xml groupby2.q.xml groupby3.q.xml groupby4.q.xml groupby5.q.xml groupby6.q.xml

2012-11-06 Thread cws
Author: cws Date: Tue Nov 6 21:02:54 2012 New Revision: 1406325 URL: http://svn.apache.org/viewvc?rev=1406325&view=rev Log: HIVE-3674. Test case TestParse broken after recent checkin (Sambavi Muthukrishnan via cws) Modified: hive/trunk/ql/src/test/results/compiler/plan/groupby1.q.xml hi

svn commit: r1406250 - in /hive/trunk: eclipse-templates/.classpath ivy/libraries.properties

2012-11-06 Thread kevinwilfong
Author: kevinwilfong Date: Tue Nov 6 17:57:16 2012 New Revision: 1406250 URL: http://svn.apache.org/viewvc?rev=1406250&view=rev Log: HIVE-3627. eclipse misses library: javolution-@javolution-version@.jar. (Gang Tim Liu via kevinwilfong) Modified: hive/trunk/eclipse-templates/.classpath

svn commit: r1406090 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/optimizer/SortedMergeBucketMapJoinOptimizer.java test/queries/clientpositive/smb_mapjoin_13.q test/results/clientpositive/s

2012-11-06 Thread namit
Author: namit Date: Tue Nov 6 10:49:47 2012 New Revision: 1406090 URL: http://svn.apache.org/viewvc?rev=1406090&view=rev Log: HIVE-3673 Sort merge join not used when join columns have different names (Kevin Wilfong via namit) Added: hive/trunk/ql/src/test/queries/clientpositive/smb_mapjoin_