svn commit: r1631483 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/exec/ test/queries/clientpositive/ test/results/clientpositive/

2014-10-13 Thread rhbutani
Author: rhbutani Date: Mon Oct 13 17:50:05 2014 New Revision: 1631483 URL: http://svn.apache.org/r1631483 Log: HIVE-8361 NPE in PTFOperator when there are empty partitions (Harish Butani via Gunther Hagleitner) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/PTFOperator.java

svn commit: r1631486 - in /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq/stats: HiveRelMdRowCount.java HiveRelMdUniqueKeys.java

2014-10-13 Thread rhbutani
Author: rhbutani Date: Mon Oct 13 17:54:38 2014 New Revision: 1631486 URL: http://svn.apache.org/r1631486 Log: HIVE-8280 CBO : When filter is applied on dimension table PK/FK code path is not in effect. (Harish Butani via Gunther Hagleitner) Modified: hive/trunk/ql/src/java/org/apache

svn commit: r1631494 - /hive/branches/branch-0.14/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq/stats/HiveRelMdSelectivity.java

2014-10-13 Thread rhbutani
Author: rhbutani Date: Mon Oct 13 18:02:23 2014 New Revision: 1631494 URL: http://svn.apache.org/r1631494 Log: HIVE-8315 CBO : Negate condition underestimates selectivity which results in an in-efficient plan (Harish Butani via Ashutosh Chauhan) Modified: hive/branches/branch-0.14/ql/src

svn commit: r1629938 - /hive/branches/branch-0.14/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java

2014-10-07 Thread rhbutani
Author: rhbutani Date: Tue Oct 7 17:54:24 2014 New Revision: 1629938 URL: http://svn.apache.org/r1629938 Log: HIVE-8261 CBO : Predicate pushdown is removed by Optiq (Harish Butani via Gunther Hagleitner) Modified: hive/branches/branch-0.14/ql/src/java/org/apache/hadoop/hive/ql/parse

svn commit: r1628499 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java

2014-09-30 Thread rhbutani
Author: rhbutani Date: Tue Sep 30 17:51:26 2014 New Revision: 1628499 URL: http://svn.apache.org/r1628499 Log: HIVE-8261 CBO : Predicate pushdown is removed by Optiq (Harish Butani via Gunther Hagleitner) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java

svn commit: r1626348 - /hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java

2014-09-19 Thread rhbutani
Author: rhbutani Date: Fri Sep 19 22:00:22 2014 New Revision: 1626348 URL: http://svn.apache.org/r1626348 Log: HIVE-8194 CBO: bail for having clause referring select expr aliases (Harish Butani via Gunther Hagleitner) Modified: hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/parse

svn commit: r1625392 - /hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq/reloperators/HiveProjectRel.java

2014-09-16 Thread rhbutani
Author: rhbutani Date: Tue Sep 16 21:09:53 2014 New Revision: 1625392 URL: http://svn.apache.org/r1625392 Log: HIVE-8144 CBO: HiveProjectRel factory should create RelSubSets (Harish Butani via Ashutosh Chauhan) Modified: hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/optimizer

svn commit: r1625395 - /hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java

2014-09-16 Thread rhbutani
Author: rhbutani Date: Tue Sep 16 21:13:16 2014 New Revision: 1625395 URL: http://svn.apache.org/r1625395 Log: HIVE-8145 CBO: bail from Optiq planning if a Select list contains multiple references to the same name (Harish Butani via Ashutosh Chauhan) Modified: hive/branches/cbo/ql/src/java

svn commit: r1624560 - /hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java

2014-09-12 Thread rhbutani
Author: rhbutani Date: Fri Sep 12 14:35:17 2014 New Revision: 1624560 URL: http://svn.apache.org/r1624560 Log: HIVE-8069 CBO: RowResolver after SubQuery predicate handling should be reset to outer query block RR (Harish Butani via John Pullokkaran) Modified: hive/branches/cbo/ql/src/java

svn commit: r1624172 - in /hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql: optimizer/optiq/translator/SqlFunctionConverter.java parse/SemanticAnalyzer.java

2014-09-10 Thread rhbutani
Author: rhbutani Date: Thu Sep 11 00:35:43 2014 New Revision: 1624172 URL: http://svn.apache.org/r1624172 Log: HIVE-8046 CBO: fix issues with Windowing queries (Harish Butani via John Pullokkaran) Modified: hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq/translator

svn commit: r1623457 [1/2] - in /hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql: optimizer/ optimizer/optiq/ optimizer/optiq/cost/ optimizer/optiq/reloperators/ optimizer/optiq/rules/ optimiz

2014-09-08 Thread rhbutani
Author: rhbutani Date: Mon Sep 8 18:43:30 2014 New Revision: 1623457 URL: http://svn.apache.org/r1623457 Log: HIVE-8016 CBO: PPD to honor hive Join Cond, Casting fixes, Add annotations for IF, Code cleanup (Jojn Pullokkaran via Harish Butani) Removed: hive/branches/cbo/ql/src/java/org

svn commit: r1623457 [2/2] - in /hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql: optimizer/ optimizer/optiq/ optimizer/optiq/cost/ optimizer/optiq/reloperators/ optimizer/optiq/rules/ optimiz

2014-09-08 Thread rhbutani
Modified: hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq/translator/TypeConverter.java URL: http://svn.apache.org/viewvc/hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq/translator/TypeConverter.java?rev=1623457r1=1623456r2=1623457view=diff

svn commit: r1622819 - in /hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql: optimizer/optiq/ optimizer/optiq/stats/ parse/

2014-09-05 Thread rhbutani
Author: rhbutani Date: Fri Sep 5 23:45:05 2014 New Revision: 1622819 URL: http://svn.apache.org/r1622819 Log: HIVE-7915 CBO: more cost model changes (Harish Butani via John Pullokkaran) Added: hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq/stats

svn commit: r1621408 - in /hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql: optimizer/optiq/RelOptHiveTable.java optimizer/optiq/translator/RelNodeConverter.java optimizer/optiq/translator/Typ

2014-08-29 Thread rhbutani
Author: rhbutani Date: Sat Aug 30 01:11:20 2014 New Revision: 1621408 URL: http://svn.apache.org/r1621408 Log: HIVE-7918 CBO: String Type Conversion, Stats error Propagation, CBO Patch check (John Pullokkaran via Harish Butani) Modified: hive/branches/cbo/ql/src/java/org/apache/hadoop

svn commit: r1619965 - in /hive/branches/cbo/ql/src: java/org/apache/hadoop/hive/ql/optimizer/optiq/RelOptHiveTable.java test/queries/clientpositive/cbo_correctness.q test/results/clientpositive/cbo_c

2014-08-22 Thread rhbutani
Author: rhbutani Date: Sat Aug 23 04:30:46 2014 New Revision: 1619965 URL: http://svn.apache.org/r1619965 Log: HIVE-7864 [CBO] Query fails if it refers only partitioning column (Ashutosh Chauhan) Modified: hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/optimizer/optiq

svn commit: r1618481 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFStreamingEvaluator.java test/queries/clientpositive/windowing.q test/results/clientpositive/windowin

2014-08-17 Thread rhbutani
Author: rhbutani Date: Sun Aug 17 16:56:53 2014 New Revision: 1618481 URL: http://svn.apache.org/r1618481 Log: HIVE-7744 In Windowing Streaming mode Avg and Sum give incorrect results when Wdw size is same as partition size (Harish Butani via Ashutosh Chauhan) Modified: hive/trunk/ql/src

svn commit: r1618083 - in /hive/branches/cbo/ql/src: java/org/apache/hadoop/hive/ql/ java/org/apache/hadoop/hive/ql/optimizer/optiq/reloperators/ java/org/apache/hadoop/hive/ql/optimizer/optiq/rules/

2014-08-14 Thread rhbutani
Author: rhbutani Date: Thu Aug 14 23:46:38 2014 New Revision: 1618083 URL: http://svn.apache.org/r1618083 Log: HIVE-7732 CBO:JoinOrder Algo update to use HiveRels (John Pullokkaran via Harish Butani) Modified: hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/QueryProperties.java

svn commit: r1613482 - /hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java

2014-07-25 Thread rhbutani
Author: rhbutani Date: Fri Jul 25 17:59:32 2014 New Revision: 1613482 URL: http://svn.apache.org/r1613482 Log: HIVE-7515 Fix NPE in CBO (Laljo John Pullokkaran via Harish Butani) Modified: hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java Modified: hive

svn commit: r1605453 - in /hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql: optimizer/optiq/rules/HivePushFilterPastJoinRule.java optimizer/optiq/rules/HiveRelFieldTrimmer.java parse/SemanticA

2014-06-25 Thread rhbutani
Author: rhbutani Date: Wed Jun 25 15:44:02 2014 New Revision: 1605453 URL: http://svn.apache.org/r1605453 Log: HIVE-7283 CBO: plumb in HepPlanner and FieldTrimmer(ColumnPruner) into Optiq based planning (harish Butani reviewed by John P) Added: hive/branches/cbo/ql/src/java/org/apache

svn commit: r1605203 [2/4] - in /hive/branches/cbo: data/files/ ql/ ql/src/java/org/apache/hadoop/hive/ql/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/ ql/src/java/org/apache/hadoop/hive/ql/optimi

2014-06-24 Thread rhbutani
Added: hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/parse/JoinCondnTypeCheckProcFactory.java URL: http://svn.apache.org/viewvc/hive/branches/cbo/ql/src/java/org/apache/hadoop/hive/ql/parse/JoinCondnTypeCheckProcFactory.java?rev=1605203view=auto

svn commit: r1593046 - /hive/trunk/ql/src/test/results/clientpositive/ql_rewrite_gbtoidx.q.out

2014-05-11 Thread rhbutani
Author: rhbutani Date: Wed May 7 15:51:12 2014 New Revision: 1593046 URL: http://svn.apache.org/r1593046 Log: HIVE-7006 Fix ql_rewrite_gbtoidx.q output file (Harish Butani via Ashutosh Chauhan) Modified: hive/trunk/ql/src/test/results/clientpositive/ql_rewrite_gbtoidx.q.out Modified: hive

svn commit: r1591027 - /hive/cms/trunk/content/people.mdtext

2014-04-29 Thread rhbutani
Author: rhbutani Date: Tue Apr 29 17:40:57 2014 New Revision: 1591027 URL: http://svn.apache.org/r1591027 Log: Move Harish Butani, Xuefu Zhang to PMC list Modified: hive/cms/trunk/content/people.mdtext Modified: hive/cms/trunk/content/people.mdtext URL: http://svn.apache.org/viewvc/hive

svn commit: r1591029 - /hive/cms/trunk/content/people.mdtext

2014-04-29 Thread rhbutani
Author: rhbutani Date: Tue Apr 29 17:46:25 2014 New Revision: 1591029 URL: http://svn.apache.org/r1591029 Log: Move Harish Butani, Xuefu Zhang to PMC list; fix html, missed last column Modified: hive/cms/trunk/content/people.mdtext Modified: hive/cms/trunk/content/people.mdtext URL: http

svn commit: r907361 - in /websites/production/hive/content: ./ javadocs/

2014-04-29 Thread rhbutani
Author: rhbutani Date: Tue Apr 29 17:48:03 2014 New Revision: 907361 Log: publish change r1591029 Added: websites/production/hive/content/ - copied from r907360, websites/staging/hive/trunk/content/ websites/production/hive/content/javadocs/ - copied from r907360, websites

svn commit: r1590716 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/plan/ExprNodeColumnDesc.java

2014-04-28 Thread rhbutani
Author: rhbutani Date: Mon Apr 28 17:25:29 2014 New Revision: 1590716 URL: http://svn.apache.org/r1590716 Log: HIVE-6955 ExprNodeColDesc isSame doesn't account for tabAlias: this affects trait Propagation in Joins (Harish Butani via Gunther Hagleitner) Modified: hive/trunk/ql/src/java/org

svn commit: r907188 - in /websites/production/hive/content/javadocs/r0.13.0: ./ api/ api/beeline/ api/beeline/org/ api/beeline/org/apache/ api/beeline/org/apache/hive/ api/beeline/org/apache/hive/beel

2014-04-28 Thread rhbutani
Author: rhbutani Date: Mon Apr 28 18:09:59 2014 New Revision: 907188 Log: Hive 0.13 Release javadocs [This commit notification would consist of 1132 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1589253 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/exec/DDLTask.java test/queries/clientpositive/alter_partition_coltype.q test/results/clientpositive/alter_partition_coltype

2014-04-22 Thread rhbutani
Author: rhbutani Date: Tue Apr 22 19:07:15 2014 New Revision: 1589253 URL: http://svn.apache.org/r1589253 Log: HIVE-5376 Hive does not honor type for partition columns when altering column type (Hari Sankar via Sergey, Harish Butani) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive

svn commit: r1589255 - /hive/cms/trunk/content/people.mdtext

2014-04-22 Thread rhbutani
Author: rhbutani Date: Tue Apr 22 19:16:05 2014 New Revision: 1589255 URL: http://svn.apache.org/r1589255 Log: Change people.mdtext: move Alan, Daniel, Sushanth to Hive committer list Modified: hive/cms/trunk/content/people.mdtext Modified: hive/cms/trunk/content/people.mdtext URL: http

svn commit: r906549 - in /websites/production/hive/content: ./ javadocs/

2014-04-22 Thread rhbutani
Author: rhbutani Date: Tue Apr 22 21:00:42 2014 New Revision: 906549 Log: Release 0.13 commit New committers commit Added: websites/production/hive/content/ - copied from r906548, websites/staging/hive/trunk/content/ websites/production/hive/content/javadocs/ - copied from

svn commit: r1588936 - in /hive/site/publish/docs/r0.13.0: ./ api/ api/beeline/ api/beeline/org/ api/beeline/org/apache/ api/beeline/org/apache/hive/ api/beeline/org/apache/hive/beeline/ api/beeline/o

2014-04-21 Thread rhbutani
Author: rhbutani Date: Mon Apr 21 17:42:49 2014 New Revision: 1588936 URL: http://svn.apache.org/r1588936 Log: Updated site for release 0.13.0 [This commit notification would consist of 1136 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1588598 - in /hive/tags: release-0.13.0-rc2/ release-0.13.0/

2014-04-18 Thread rhbutani
Author: rhbutani Date: Sat Apr 19 00:44:52 2014 New Revision: 1588598 URL: http://svn.apache.org/r1588598 Log: Hive0.13.0 release. Added: hive/tags/release-0.13.0/ (props changed) - copied from r1588597, hive/tags/release-0.13.0-rc2/ Removed: hive/tags/release-0.13.0-rc2

svn commit: r1587673 - /hive/tags/release-0.13.0-rc1/

2014-04-15 Thread rhbutani
Author: rhbutani Date: Tue Apr 15 18:32:06 2014 New Revision: 1587673 URL: http://svn.apache.org/r1587673 Log: Hive 0.13.0-rc1 release Added: hive/tags/release-0.13.0-rc1/ (props changed) - copied from r1587672, hive/branches/branch-0.13/ Propchange: hive/tags/release-0.13.0-rc1

svn commit: r1587721 - /hive/branches/branch-0.13/ql/pom.xml

2014-04-15 Thread rhbutani
Author: rhbutani Date: Tue Apr 15 20:46:04 2014 New Revision: 1587721 URL: http://svn.apache.org/r1587721 Log: HIVE-6740 Typo in src/ql/pom.xml (Szehon Ho via Xuefu Zhang) Modified: hive/branches/branch-0.13/ql/pom.xml Modified: hive/branches/branch-0.13/ql/pom.xml URL: http

svn commit: r1587725 - /hive/trunk/RELEASE_NOTES.txt

2014-04-15 Thread rhbutani
Author: rhbutani Date: Tue Apr 15 20:52:31 2014 New Revision: 1587725 URL: http://svn.apache.org/r1587725 Log: HIVE-6917 Update Release Notes for Hive 0.13 RC2 Modified: hive/trunk/RELEASE_NOTES.txt Modified: hive/trunk/RELEASE_NOTES.txt URL: http://svn.apache.org/viewvc/hive/trunk

svn commit: r1587726 - /hive/branches/branch-0.13/RELEASE_NOTES.txt

2014-04-15 Thread rhbutani
Author: rhbutani Date: Tue Apr 15 20:53:24 2014 New Revision: 1587726 URL: http://svn.apache.org/r1587726 Log: HIVE-6917 Update Release Notes for Hive 0.13 RC2 Modified: hive/branches/branch-0.13/RELEASE_NOTES.txt Modified: hive/branches/branch-0.13/RELEASE_NOTES.txt URL: http

svn commit: r1587730 - /hive/tags/release-0.13.0-rc2/

2014-04-15 Thread rhbutani
Author: rhbutani Date: Tue Apr 15 21:03:54 2014 New Revision: 1587730 URL: http://svn.apache.org/r1587730 Log: Hive 0.13.0-rc2 release Added: hive/tags/release-0.13.0-rc2/ (props changed) - copied from r1587729, hive/branches/branch-0.13/ Propchange: hive/tags/release-0.13.0-rc2

svn commit: r1587372 - /hive/trunk/packaging/src/main/assembly/src.xml

2014-04-14 Thread rhbutani
Author: rhbutani Date: Tue Apr 15 00:33:24 2014 New Revision: 1587372 URL: http://svn.apache.org/r1587372 Log: HIVE-6906 Fix assembly/src.xml so that sr tar ball contains top level pom.xml (Harish Butani via Ashutosh Chauhan) Modified: hive/trunk/packaging/src/main/assembly/src.xml

svn commit: r1587373 - /hive/branches/branch-0.13/packaging/src/main/assembly/src.xml

2014-04-14 Thread rhbutani
Author: rhbutani Date: Tue Apr 15 00:35:05 2014 New Revision: 1587373 URL: http://svn.apache.org/r1587373 Log: HIVE-6906 Fix assembly/src.xml so that sr tar ball contains top level pom.xml (Harish Butani via Ashutosh Chauhan) Modified: hive/branches/branch-0.13/packaging/src/main/assembly

svn commit: r1587375 - /hive/branches/branch-0.13/service/src/java/org/apache/hive/service/cli/operation/SQLOperation.java

2014-04-14 Thread rhbutani
Author: rhbutani Date: Tue Apr 15 00:42:35 2014 New Revision: 1587375 URL: http://svn.apache.org/r1587375 Log: HIVE-6907 HiveServer2 - wrong user gets used for metastore operation with embedded metastore (Thejas Nair via Jitendra Pandey) Modified: hive/branches/branch-0.13/service/src/java

svn commit: r1587376 - /hive/trunk/RELEASE_NOTES.txt

2014-04-14 Thread rhbutani
Author: rhbutani Date: Tue Apr 15 01:00:42 2014 New Revision: 1587376 URL: http://svn.apache.org/r1587376 Log: HIVE-6909 Update Release Note for Hive 0.13 RC1 (Harish Butani via Gunther Hagleitner) Modified: hive/trunk/RELEASE_NOTES.txt Modified: hive/trunk/RELEASE_NOTES.txt URL: http

svn commit: r1587377 - /hive/branches/branch-0.13/RELEASE_NOTES.txt

2014-04-14 Thread rhbutani
Author: rhbutani Date: Tue Apr 15 01:01:53 2014 New Revision: 1587377 URL: http://svn.apache.org/r1587377 Log: HIVE-6909 Update Release Note for Hive 0.13 RC1 (Harish Butani via Gunther Hagleitner) Modified: hive/branches/branch-0.13/RELEASE_NOTES.txt Modified: hive/branches/branch-0.13

svn commit: r1586667 - /hive/trunk/conf/hive-default.xml.template

2014-04-11 Thread rhbutani
Author: rhbutani Date: Fri Apr 11 14:54:43 2014 New Revision: 1586667 URL: http://svn.apache.org/r1586667 Log: HIVE-6887 Add missing params to hive-default.xml.template (Harish Butani via Lefty) Modified: hive/trunk/conf/hive-default.xml.template Modified: hive/trunk/conf/hive

svn commit: r1586671 - /hive/branches/branch-0.13/conf/hive-default.xml.template

2014-04-11 Thread rhbutani
Author: rhbutani Date: Fri Apr 11 14:58:18 2014 New Revision: 1586671 URL: http://svn.apache.org/r1586671 Log: HIVE-6887 Add missing params to hive-default.xml.template (Harish Butani via Lefty) Modified: hive/branches/branch-0.13/conf/hive-default.xml.template Modified: hive/branches

svn commit: r1586677 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/optimizer/GroupByOptimizer.java test/queries/clientpositive/vectorized_distinct_gby.q test/results/clientpositive/vectorize

2014-04-11 Thread rhbutani
Author: rhbutani Date: Fri Apr 11 15:07:47 2014 New Revision: 1586677 URL: http://svn.apache.org/r1586677 Log: HIVE-6873 DISTINCT clause in aggregates is handled incorrectly by vectorized execution (Jitendra, Remus via Ashutosh) Added: hive/trunk/ql/src/test/queries/clientpositive

svn commit: r1586678 - in /hive/branches/branch-0.13/ql/src: java/org/apache/hadoop/hive/ql/optimizer/GroupByOptimizer.java test/queries/clientpositive/vectorized_distinct_gby.q test/results/clientpos

2014-04-11 Thread rhbutani
Author: rhbutani Date: Fri Apr 11 15:10:42 2014 New Revision: 1586678 URL: http://svn.apache.org/r1586678 Log: HIVE-6873 DISTINCT clause in aggregates is handled incorrectly by vectorized execution (Jitendra, Remus via Ashutosh) Added: hive/branches/branch-0.13/ql/src/test/queries

svn commit: r1586754 - /hive/tags/release-0.13.0-rc0/

2014-04-11 Thread rhbutani
Author: rhbutani Date: Fri Apr 11 19:15:16 2014 New Revision: 1586754 URL: http://svn.apache.org/r1586754 Log: Hive 0.13.0-rc0 release Added: hive/tags/release-0.13.0-rc0/ (props changed) - copied from r1586753, hive/branches/branch-0.13/ Propchange: hive/tags/release-0.13.0-rc0

svn commit: r1586050 [4/4] - in /hive/branches/branch-0.13/ql/src: java/org/apache/hadoop/hive/ql/optimizer/ java/org/apache/hadoop/hive/ql/optimizer/correlation/ java/org/apache/hadoop/hive/ql/parse/

2014-04-09 Thread rhbutani
Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/union_view.q.out URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/union_view.q.out?rev=1586050r1=1586049r2=1586050view=diff

svn commit: r1585758 - in /hive/trunk/metastore/scripts/upgrade: derby/ mysql/ oracle/ postgres/

2014-04-08 Thread rhbutani
Author: rhbutani Date: Tue Apr 8 15:29:15 2014 New Revision: 1585758 URL: http://svn.apache.org/r1585758 Log: HIVE-6757 Remove deprecated parquet classes from outside of org.apache package (Owen O'Malley via Xufeu Zhang) Added: hive/trunk/metastore/scripts/upgrade/derby/018-HIVE-6757

svn commit: r1585760 - in /hive/trunk/metastore/scripts/upgrade: derby/ mysql/ oracle/ postgres/

2014-04-08 Thread rhbutani
Author: rhbutani Date: Tue Apr 8 15:37:43 2014 New Revision: 1585760 URL: http://svn.apache.org/r1585760 Log: Revert HIVE-6757(r1585758) going back to r1585754, didn't rm files Removed: hive/trunk/metastore/scripts/upgrade/derby/018-HIVE-6757.derby.sql hive/trunk/metastore/scripts

svn commit: r1585762 - in /hive/trunk: metastore/scripts/upgrade/derby/ metastore/scripts/upgrade/mysql/ metastore/scripts/upgrade/oracle/ metastore/scripts/upgrade/postgres/ ql/src/java/parquet/

2014-04-08 Thread rhbutani
Author: rhbutani Date: Tue Apr 8 15:41:40 2014 New Revision: 1585762 URL: http://svn.apache.org/r1585762 Log: HIVE-6757 Remove deprecated parquet classes from outside of org.apache package (Owen O'Malley via Xufeu Zhang) Added: hive/trunk/metastore/scripts/upgrade/derby/018-HIVE-6757

svn commit: r1585325 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/ImportSemanticAnalyzer.java

2014-04-06 Thread rhbutani
Author: rhbutani Date: Sun Apr 6 18:31:01 2014 New Revision: 1585325 URL: http://svn.apache.org/r1585325 Log: HIVE-6848 importing into an existing table fails (Harish Butani via Ashutosh Chauhan) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/ImportSemanticAnalyzer.java

svn commit: r1585330 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortedDynPartitionOptimizer.java

2014-04-06 Thread rhbutani
Author: rhbutani Date: Sun Apr 6 19:16:09 2014 New Revision: 1585330 URL: http://svn.apache.org/r1585330 Log: HIVE-6834 Dynamic partition optimization bails out after removing file sink operator (Prasanth J via Harish Butani) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql

svn commit: r1585332 - /hive/branches/branch-0.13/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortedDynPartitionOptimizer.java

2014-04-06 Thread rhbutani
Author: rhbutani Date: Sun Apr 6 19:17:09 2014 New Revision: 1585332 URL: http://svn.apache.org/r1585332 Log: HIVE-6834 Dynamic partition optimization bails out after removing file sink operator (Prasanth J via Harish Butani) Modified: hive/branches/branch-0.13/ql/src/java/org/apache

svn commit: r1583688 - in /hive/branches/branch-0.13/metastore: if/ src/gen/thrift/gen-cpp/ src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ src/gen/thrift/gen-php/metastore/ src/gen/

2014-04-01 Thread rhbutani
Author: rhbutani Date: Tue Apr 1 14:41:24 2014 New Revision: 1583688 URL: http://svn.apache.org/r1583688 Log: HIVE-6802 Fix metastore.thrift: add partition_columns.types constant(Harish Butani via Jason Dere) Modified: hive/branches/branch-0.13/metastore/if/hive_metastore.thrift hive

svn commit: r1583793 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java

2014-04-01 Thread rhbutani
Author: rhbutani Date: Tue Apr 1 21:21:19 2014 New Revision: 1583793 URL: http://svn.apache.org/r1583793 Log: HIVE-6786 Off by one error in ORC PPD (Prasanth J via Sergey Shelukhin) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java Modified: hive/trunk

svn commit: r1583796 - /hive/branches/branch-0.13/ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java

2014-04-01 Thread rhbutani
Author: rhbutani Date: Tue Apr 1 21:22:24 2014 New Revision: 1583796 URL: http://svn.apache.org/r1583796 Log: HIVE-6786 Off by one error in ORC PPD (Prasanth J via Sergey Shelukhin) Modified: hive/branches/branch-0.13/ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java

svn commit: r1583797 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/stats/annotation/StatsRulesProcFactory.java

2014-04-01 Thread rhbutani
Author: rhbutani Date: Tue Apr 1 21:30:11 2014 New Revision: 1583797 URL: http://svn.apache.org/r1583797 Log: HIVE-6797 Add protection against divide by zero in stats annotation (Prasanth J via Harish Butani) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/stats

svn commit: r1583864 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/optimizer/pcr/PcrExprProcFactory.java java/org/apache/hadoop/hive/ql/optimizer/ppr/PartExprEvalUtils.java test/queries/clie

2014-04-01 Thread rhbutani
Author: rhbutani Date: Wed Apr 2 03:44:14 2014 New Revision: 1583864 URL: http://svn.apache.org/r1583864 Log: HIVE-6778 ql/src/test/queries/clientpositive/pcr.q covers the test which generate 1.0 =1 predicate in partition pruner. (Harish Butani via Hari S., Jitendra Pandey) Modified

svn commit: r1583390 - /hive/trunk/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobState.java

2014-03-31 Thread rhbutani
Author: rhbutani Date: Mon Mar 31 18:34:22 2014 New Revision: 1583390 URL: http://svn.apache.org/r1583390 Log: HIVE-5835 Null pointer exception in DeleteDelegator in templeton code (Hari Subramaniyan via Thejas Nair) Modified: hive/trunk/hcatalog/webhcat/svr/src/main/java/org/apache/hive

svn commit: r1583463 [2/2] - in /hive/branches/branch-0.13: metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ metastore/src/java/org/apache/hadoop/hive/metastore/ ql/src/java

2014-03-31 Thread rhbutani
Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/rand_partitionpruner2.q.out URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/rand_partitionpruner2.q.out?rev=1583463r1=1583462r2=1583463view=diff

svn commit: r1582878 - /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/mr/HadoopJobExecHelper.java

2014-03-28 Thread rhbutani
Author: rhbutani Date: Fri Mar 28 20:34:10 2014 New Revision: 1582878 URL: http://svn.apache.org/r1582878 Log: HIVE-6314 The logging (progress reporting) is too verbose (Navis Ryu via Harish Butani) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/mr/HadoopJobExecHelper.java

svn commit: r1582920 [3/3] - in /hive/trunk: common/src/java/org/apache/hadoop/hive/conf/ conf/ itests/qtest/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/ ql/src/java/org/apache/hadoop/hi

2014-03-28 Thread rhbutani
Added: hive/trunk/ql/src/test/results/clientpositive/tez/cross_product_check_2.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/cross_product_check_2.q.out?rev=1582920view=auto ==

svn commit: r1582351 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/parse/ test/queries/clientnegative/ test/queries/clientpositive/ test/results/clientnegative/ test/results/clientpositive/

2014-03-27 Thread rhbutani
Author: rhbutani Date: Thu Mar 27 15:25:04 2014 New Revision: 1582351 URL: http://svn.apache.org/r1582351 Log: HIVE-6129 alter exchange is implemented in inverted manner (Navis Ryu via Harish Butani) Modified: hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java

svn commit: r1582353 - in /hive/branches/branch-0.13/ql/src: java/org/apache/hadoop/hive/ql/parse/ test/queries/clientnegative/ test/queries/clientpositive/ test/results/clientnegative/ test/results/c

2014-03-27 Thread rhbutani
Author: rhbutani Date: Thu Mar 27 15:26:25 2014 New Revision: 1582353 URL: http://svn.apache.org/r1582353 Log: HIVE-6129 alter exchange is implemented in inverted manner (Navis Ryu via Harish Butani) Modified: hive/branches/branch-0.13/ql/src/java/org/apache/hadoop/hive/ql/parse

svn commit: r1582355 - in /hive/branches/branch-0.13: metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java ql/src/test/queries/clientpositive/index_auth.q ql/src/test/results/clientpos

2014-03-27 Thread rhbutani
Author: rhbutani Date: Thu Mar 27 15:31:03 2014 New Revision: 1582355 URL: http://svn.apache.org/r1582355 Log: HIVE-2752 Index names are case sensitive (Navis Ryu via Harish Butani) Modified: hive/branches/branch-0.13/metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java

svn commit: r1581931 - in /hive/trunk: itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/ ql/src/java/org/apache/hadoop/hive/ql/metadata/ ql/src/java/org/apache/hadoop/hive/ql/security

2014-03-26 Thread rhbutani
Author: rhbutani Date: Wed Mar 26 16:52:03 2014 New Revision: 1581931 URL: http://svn.apache.org/r1581931 Log: HIVE-6499 Using Metastore-side Auth errors on non-resolvable IF/OF/SerDe (Sushanth Sowmyan via Thejas Nair) Modified: hive/trunk/itests/hive-unit/src/test/java/org/apache/hadoop

svn commit: r1581933 - in /hive/branches/branch-0.13: itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/ ql/src/java/org/apache/hadoop/hive/ql/metadata/ ql/src/java/org/apache/hadoop/h

2014-03-26 Thread rhbutani
Author: rhbutani Date: Wed Mar 26 16:54:55 2014 New Revision: 1581933 URL: http://svn.apache.org/r1581933 Log: HIVE-6499 Using Metastore-side Auth errors on non-resolvable IF/OF/SerDe (Sushanth Sowmyan via Thejas Nair) Modified: hive/branches/branch-0.13/itests/hive-unit/src/test/java/org

svn commit: r1581973 - in /hive/trunk/beeline/src: java/org/apache/hive/beeline/BeeLine.java java/org/apache/hive/beeline/Commands.java main/resources/BeeLine.properties

2014-03-26 Thread rhbutani
Author: rhbutani Date: Wed Mar 26 18:08:50 2014 New Revision: 1581973 URL: http://svn.apache.org/r1581973 Log: HIVE-5768 Beeline connection cannot be closed with not close command (Navis Ryu via Brock Noland) Modified: hive/trunk/beeline/src/java/org/apache/hive/beeline/BeeLine.java

svn commit: r1579803 - in /hive/trunk: itests/util/src/main/java/org/apache/hadoop/hive/ql/hooks/ ql/src/java/org/apache/hadoop/hive/ql/ ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/ ql/sr

2014-03-20 Thread rhbutani
Author: rhbutani Date: Thu Mar 20 22:17:49 2014 New Revision: 1579803 URL: http://svn.apache.org/r1579803 Log: HIVE-6668 When auto join convert is on and noconditionaltask is off, ConditionalResolverCommonJoin fails to resolve map joins. (Navis Ryu via Harish Butani) Added: hive/trunk

svn commit: r1577732 - in /hive/branches/branch-0.13: hcatalog/src/test/e2e/templeton/tests/ddl.conf ql/src/java/org/apache/hadoop/hive/ql/metadata/formatting/JsonMetaDataFormatter.java

2014-03-14 Thread rhbutani
Author: rhbutani Date: Fri Mar 14 21:36:29 2014 New Revision: 1577732 URL: http://svn.apache.org/r1577732 Log: HIVE-6607 : describe extended on a view fails with NPE (Eugene Koifman via Ashutosh Chauhan) Modified: hive/branches/branch-0.13/hcatalog/src/test/e2e/templeton/tests/ddl.conf

svn commit: r1577741 - /hive/branches/branch-0.13/pom.xml

2014-03-14 Thread rhbutani
Author: rhbutani Date: Fri Mar 14 22:11:47 2014 New Revision: 1577741 URL: http://svn.apache.org/r1577741 Log: HIVE-6640 Change hive.version.shortname in hive 0.13 branch to '0.13.0' (reviewd by Jason Dere) Modified: hive/branches/branch-0.13/pom.xml Modified: hive/branches/branch-0.13

svn commit: r1577333 - /hive/branches/branch-0.13/ql/pom.xml

2014-03-13 Thread rhbutani
Author: rhbutani Date: Thu Mar 13 21:46:33 2014 New Revision: 1577333 URL: http://svn.apache.org/r1577333 Log: HIVE-6563: hdfs jar being pulled in when creating a hadoop-2 based hive tar ball (Vikram Dixit, reviewed by Harish Butani) Modified: hive/branches/branch-0.13/ql/pom.xml Modified

svn commit: r1577334 - in /hive/branches/branch-0.13/ql/src: java/org/apache/hadoop/hive/ql/optimizer/ java/org/apache/hadoop/hive/ql/parse/ test/queries/clientpositive/ test/results/clientpositive/te

2014-03-13 Thread rhbutani
Author: rhbutani Date: Thu Mar 13 21:47:44 2014 New Revision: 1577334 URL: http://svn.apache.org/r1577334 Log: HIVE-6611: Joining multiple union all outputs fails on Tez (Gunther Hagleitner, reviewed by Vikram Dixit K) Modified: hive/branches/branch-0.13/ql/src/java/org/apache/hadoop/hive

svn commit: r1576037 - in /hive/branches/branch-0.13: data/files/ ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ ql

2014-03-10 Thread rhbutani
Author: rhbutani Date: Mon Mar 10 18:22:14 2014 New Revision: 1576037 URL: http://svn.apache.org/r1576037 Log: HIVE-6414: ParquetInputFormat provides data values that do not match the object inspectors (Justin Coffey via Xuefu) Added: hive/branches/branch-0.13/data/files/parquet_types.txt

svn commit: r1575572 [2/2] - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/ java/org/apache/hadoop/hive/ql/exec/ java/org/apache/hadoop/hive/ql/optimizer/ java/org/apache/hadoop/hive/ql/optimi

2014-03-08 Thread rhbutani
Modified: hive/trunk/ql/src/test/results/clientpositive/join35.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join35.q.out?rev=1575572r1=1575571r2=1575572view=diff == ---

svn commit: r1575574 [2/2] - in /hive/branches/branch-0.13/ql/src: java/org/apache/hadoop/hive/ql/ java/org/apache/hadoop/hive/ql/exec/ java/org/apache/hadoop/hive/ql/optimizer/ java/org/apache/hadoop

2014-03-08 Thread rhbutani
Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/index_auto_update.q.out URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/index_auto_update.q.out?rev=1575574r1=1575573r2=1575574view=diff

svn commit: r1574164 - /hive/trunk/NOTICE

2014-03-04 Thread rhbutani
Author: rhbutani Date: Tue Mar 4 18:04:57 2014 New Revision: 1574164 URL: http://svn.apache.org/r1574164 Log: HIVE-6482 Fix NOTICE file: pre release task (Harish Butani via Thejas Nair) Modified: hive/trunk/NOTICE Modified: hive/trunk/NOTICE URL: http://svn.apache.org/viewvc/hive/trunk

svn commit: r1574276 - /hive/branches/branch-0.13/

2014-03-04 Thread rhbutani
Author: rhbutani Date: Wed Mar 5 01:09:50 2014 New Revision: 1574276 URL: http://svn.apache.org/r1574276 Log: Branching for 0.13 releases Added: hive/branches/branch-0.13/ (props changed) - copied from r1574275, hive/trunk/ Propchange: hive/branches/branch-0.13

svn commit: r1573445 [2/3] - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/parse/ test/org/apache/hadoop/hive/ql/parse/ test/queries/clientnegative/ test/queries/clientpositive/ test/results/c

2014-03-02 Thread rhbutani
Added: hive/trunk/ql/src/test/results/clientpositive/join_cond_pushdown_unqual3.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join_cond_pushdown_unqual3.q.out?rev=1573445view=auto

svn commit: r1565483 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/parse/ java/org/apache/hadoop/hive/ql/parse/authorization/ test/queries/clientnegative/ test/queries/clientpositive/ test/r

2014-02-06 Thread rhbutani
Author: rhbutani Date: Thu Feb 6 23:34:52 2014 New Revision: 1565483 URL: http://svn.apache.org/r1565483 Log: HIVE-1180 Support Common Table Expressions (CTEs) in Hive (Harish Butani reviewed by Gunther H.) Added: hive/trunk/ql/src/test/queries/clientnegative/cte_recursion.q hive/trunk

svn commit: r1562547 - in /hive/trunk: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java conf/hive-default.xml.template ql/src/java/org/apache/hadoop/hive/ql/optimizer/stats/annotation/StatsRu

2014-01-29 Thread rhbutani
Author: rhbutani Date: Wed Jan 29 18:58:19 2014 New Revision: 1562547 URL: http://svn.apache.org/r1562547 Log: HIVE-6300 Add documentation for stats configs to hive-default.xml.template (Prasanth J via Harish Butani, Lefty Leverenz) Modified: hive/trunk/common/src/java/org/apache/hadoop

svn commit: r1559012 - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/exec/ java/org/apache/hadoop/hive/ql/parse/ test/queries/clientnegative/ test/queries/clientpositive/ test/results/clientne

2014-01-16 Thread rhbutani
Author: rhbutani Date: Fri Jan 17 05:27:41 2014 New Revision: 1559012 URL: http://svn.apache.org/r1559012 Log: HIVE-6208 user-defined aggregate functions cannot be used as windowing function (Jason Dere via Harish Butani) Added: hive/trunk/ql/src/test/queries/clientnegative

svn commit: r1551420 - in /hive/trunk: itests/qtest/pom.xml ql/src/java/org/apache/hadoop/hive/ql/exec/DummyStoreOperator.java ql/src/test/queries/clientpositive/auto_sortmerge_join_16.q ql/src/test/r

2013-12-16 Thread rhbutani
Author: rhbutani Date: Tue Dec 17 00:39:01 2013 New Revision: 1551420 URL: http://svn.apache.org/r1551420 Log: HIVE-5973 SMB joins produce incorrect results with multiple partitions and buckets (Vikram Dixit via Harish Butani) Added: hive/trunk/ql/src/test/queries/clientpositive

svn commit: r1548312 [1/2] - in /hive/trunk: data/files/ metastore/src/java/org/apache/hadoop/hive/metastore/ ql/src/java/org/apache/hadoop/hive/ql/io/orc/ ql/src/test/queries/clientpositive/ ql/src/t

2013-12-05 Thread rhbutani
Author: rhbutani Date: Thu Dec 5 21:42:20 2013 New Revision: 1548312 URL: http://svn.apache.org/r1548312 Log: HIVE-5899 NPE during explain extended with char/varchar columns (Jason Dere via Harish Butani) Modified: hive/trunk/data/files/alltypes.txt hive/trunk/metastore/src/java/org

svn commit: r1547258 - in /hive/trunk: common/src/java/org/apache/hadoop/hive/conf/ ql/src/java/org/apache/hadoop/hive/ql/stats/ ql/src/test/queries/clientpositive/

2013-12-02 Thread rhbutani
Author: rhbutani Date: Tue Dec 3 01:35:25 2013 New Revision: 1547258 URL: http://svn.apache.org/r1547258 Log: HIVE-5898 Make fetching of column statistics configurable (Prasanth Jayachandran via Harish Butani) Modified: hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java

svn commit: r1545372 [7/7] - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/optimizer/stats/annotation/ java/org/apache/hadoop/hive/ql/plan/ java/org/apache/hadoop/hive/ql/stats/ test/queries/c

2013-11-25 Thread rhbutani
Modified: hive/trunk/ql/src/test/results/clientpositive/union_ppr.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/union_ppr.q.out?rev=1545372r1=1545371r2=1545372view=diff == ---

svn commit: r1527024 - in /hive/trunk: common/src/java/org/apache/hadoop/hive/conf/ ql/src/java/org/apache/hadoop/hive/ql/ ql/src/java/org/apache/hadoop/hive/ql/parse/ ql/src/test/queries/clientnegati

2013-09-27 Thread rhbutani
Author: rhbutani Date: Fri Sep 27 18:40:24 2013 New Revision: 1527024 URL: http://svn.apache.org/r1527024 Log: HIVE-5297 Hive does not honor type for partition columns (Vikram Dixit via Harish Butani) Added: hive/trunk/ql/src/test/queries/clientnegative/illegal_partition_type.q hive

svn commit: r1523741 - in /hive/trunk: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java conf/hive-default.xml.template jdbc/src/test/org/apache/hive/jdbc/TestJdbcDriver2.java

2013-09-16 Thread rhbutani
Author: rhbutani Date: Mon Sep 16 18:15:56 2013 New Revision: 1523741 URL: http://svn.apache.org/r1523741 Log: HIVE-4998 support jdbc documented table types in default configuration (Thejas Nair via Harish Butani) Modified: hive/trunk/common/src/java/org/apache/hadoop/hive/conf