Repository: hive
Updated Branches:
refs/heads/master 97bf32a12 -> 22fa9216d
HIVE-11595 : refactor ORC footer reading to make it usable from outside (Sergey
Shelukhin, reviewed by Prasanth Jayachandran)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache
Repository: hive
Updated Branches:
refs/heads/master ed4517cfb -> 97bf32a12
HIVE-11618: Correct the SARG api to reunify the PredicateLeaf.Type INTEGER and
LONG (Owen O'Malley, reviewed by Sergio Pena)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.
Repository: hive
Updated Branches:
refs/heads/branch-1 b71c687f0 -> e26697daa
HIVE-11357 ACID enable predicate pushdown for insert-only delta file 2 (Eugene
Koifman, reviewed by Alan Gates)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/a
Repository: hive
Updated Branches:
refs/heads/master 8e712da0d -> ed4517cfb
HIVE-11357 ACID enable predicate pushdown for insert-only delta file 2 (Eugene
Koifman, reviewed by Alan Gates)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf
Repository: hive
Updated Branches:
refs/heads/branch-1 fe88d3c2e -> b71c687f0
HIVE-11669: OrcFileDump service should support directories (Prasanth
Jayachandran reviewed by Sergey Shelukhin)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/a
http://git-wip-us.apache.org/repos/asf/hive/blob/b247cac4/ql/src/test/results/clientpositive/pointlookup2.q.out
--
diff --git a/ql/src/test/results/clientpositive/pointlookup2.q.out
b/ql/src/test/results/clientpositive/pointlookup
HIVE-11573: PointLookupOptimizer can be pessimistic at a low nDV (Gopal V,
reviewed by Jesus Camacho Rodriguez)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/b247cac4
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/b24
HIVE-10175: DynamicPartitionPruning lacks a fast-path exit for large IN()
queries (Gopal V, reviewed by Jesus Camacho Rodriguez)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/b6d1143a
Tree: http://git-wip-us.apache.org/repos/
Repository: hive
Updated Branches:
refs/heads/master 2ef40ca66 -> 8e712da0d
HIVE-11669: OrcFileDump service should support directories (Prasanth
Jayachandran reviewed by Sergey Shelukhin)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf
Repository: hive
Updated Branches:
refs/heads/llap 387fed279 -> 025765382
HIVE-11638: ExprNodeDesc hashMap accidentally degrades into O(N) instead of
O(1) (Gopal V, reviewed by Jesus Camacho Rodriguez)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache
HIVE-11658: Load data file format validation does not work with directories
(Prasanth Jayachandran reviewed by Gunther Hagleitner)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/9670a2b3
Tree: http://git-wip-us.apache.org/repo
HIVE-11682: LLAP: Merge master into branch (Prasanth Jayachandran)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/02576538
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/02576538
Diff: http://git-wip-us.apache.org/repos
HIVE-11659: Make Vectorization use the fast StringExpr (Gopal V, reviewed by
Matt McCline)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/ce258168
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/ce258168
Diff: http://gi
HIVE-11123 : Fix how to confirm the RDBMS product name at Metastore. (Shinichi
Yamashita, reviewed by Sergey Shelukhin and Deepesh Khandelwal)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/fb152e45
Tree: http://git-wip-us.apa
HIVE-11664: Make tez container logs work with new log4j2 changes (Prasanth
Jayachandran reviewed by Gopal V)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/607b0e8a
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/607b0e
HIVE-11623: CBO: Calcite Operator To Hive Operator (Calcite Return Path): fix
the tableAlias for ReduceSink operator (Pengcheng Xiong, reviewed by Jesus
Camacho Rodriguez)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/9e85bb
Revert "HIVE-10175: DynamicPartitionPruning lacks a fast-path exit for large
IN() queries (Gopal V, reviewed by Jesus Camacho Rodriguez)"
This reverts commit b6d1143aa7aaa20de035898f34df2d6b581895b6.
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/
HIVE-11627: Reduce the number of accesses to hashmaps in PPD (Jesus Camacho
Rodriguez, reviewed by Ashutosh Chauhan)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/d147a79c
Tree: http://git-wip-us.apache.org/repos/asf/hive/tre
Repository: hive
Updated Branches:
refs/heads/hbase-metastore e150af945 -> fbbb7cf1f
HIVE-11636 NPE in stats conversion with HBase metastore (Sergey Shelukhin via
gates)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/fbbb7
Repository: hive
Updated Branches:
refs/heads/hbase-metastore 4d66206d8 -> e150af945
HIVE-11621 Fix TestMiniTezCliDriver test failures when HBase Metastore is used
(Daniel Dai via gates)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/
HIVE-11654 After HIVE-10289, HBase metastore tests failing (Daniel Dai via
gates)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/e150af94
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/e150af94
Diff: http://git-wip-us.
Repository: hive
Updated Branches:
refs/heads/branch-1 4be4e9b27 -> fe88d3c2e
Revert "HIVE-10175: DynamicPartitionPruning lacks a fast-path exit for large
IN() queries (Gopal V, reviewed by Jesus Camacho Rodriguez)"
This reverts commit b6d1143aa7aaa20de035898f34df2d6b581895b6.
Project: http
Repository: hive
Updated Branches:
refs/heads/master ce2581680 -> 2ef40ca66
Revert "HIVE-10175: DynamicPartitionPruning lacks a fast-path exit for large
IN() queries (Gopal V, reviewed by Jesus Camacho Rodriguez)"
This reverts commit b6d1143aa7aaa20de035898f34df2d6b581895b6.
Project: http:/
HIVE-11659: Make Vectorization use the fast StringExpr (Gopal V, reviewed by
Matt McCline)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/4be4e9b2
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/4be4e9b2
Diff: http://gi
Repository: hive
Updated Branches:
refs/heads/branch-1 39db96382 -> 4be4e9b27
HIVE-10175: DynamicPartitionPruning lacks a fast-path exit for large IN()
queries (Gopal V, reviewed by Jesus Camacho Rodriguez)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.a
Repository: hive
Updated Branches:
refs/heads/master d147a79c1 -> ce2581680
HIVE-10175: DynamicPartitionPruning lacks a fast-path exit for large IN()
queries (Gopal V, reviewed by Jesus Camacho Rodriguez)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apa
HIVE-11659: Make Vectorization use the fast StringExpr (Gopal V, reviewed by
Matt McCline)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/ce258168
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/ce258168
Diff: http://gi
Repository: hive
Updated Branches:
refs/heads/branch-1 c1528bfb2 -> 39db96382
HIVE-11627: Reduce the number of accesses to hashmaps in PPD (Jesus Camacho
Rodriguez, reviewed by Ashutosh Chauhan)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/re
Repository: hive
Updated Branches:
refs/heads/master 607b0e8a6 -> d147a79c1
HIVE-11627: Reduce the number of accesses to hashmaps in PPD (Jesus Camacho
Rodriguez, reviewed by Ashutosh Chauhan)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repo
29 matches
Mail list logo