| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
23 (0.297s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-4751] Support distinct aggregations - Hive - [issue]
|
|
...Right now, the query shown below cannot be optimized by correlation optimizer because for distinct aggregations, distinct columns will be added into the sorting keys. SELECT a.key AS key1, a...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4751
Author: Yin Huai,
2013-06-18, 19:35
|
|
|
[HIVE-3876] call resetValid instead of ensureCapacity in the constructor of BytesRefArrayWritable - Hive - [issue]
|
|
...In the constructor of BytesRefArrayWritable, ensureCapacity(capacity) is called, but "valid" has not been adjusted accordingly. After a new BytesRefArrayWritable has been created with a init...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3876
Author: Yin Huai,
2013-06-03, 22:53
|
|
|
[HIVE-4572] ColumnPruner cannot preserve RS key columns corresponding to un-selected join keys in columnExprMap - Hive - [issue]
|
|
...For a RS of a join operator, if the join key corresponding to this RS does not appear in the SELECT clause, ColumnPruner will drop the entry of this column in colExprMap. Example:SELECT x.ke...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4572
Author: Yin Huai,
2013-05-28, 22:59
|
|
|
[HIVE-3495] For UDAFs, when generating a plan without map-side-aggregation, constant agg parameters will be replaced by ExprNodeColumnDesc - Hive - [issue]
|
|
...For UDAFs, when generating a plan without map-side-aggregation, constant agg parameters having ConstantObjectInspectors will be replaced by ExprNodeColumnDescs. A UDFArgumentTypeException wi...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3495
Author: Yin Huai,
2013-02-12, 17:06
|
|
|
Re: Review Request: HIVE-2206: add a new optimizer for query correlation discovery and optimization - Hive - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7126/ (Updated Jan. 16, 2013, 7 p.m.) Review request for hive. Description ...
|
|
|
Author: Yin Huai,
2013-01-16, 19:00
|
|
|
Re: Review Request: HIVE-2206: add a new optimizer for query correlation discovery and optimization - Hive - [mail # dev]
|
|
... done If a query plan is optimized by correlation optimizer, multiple operation paths can be merged to a single Map phase. CorrelationCompositeOperator is used to evaluate...
|
|
|
Author: Yin Huai,
2013-01-16, 03:19
|
|
|
[HIVE-3493] aggName of SemanticAnalyzer.getGenericUDAFEvaluator is generated in two different ways - Hive - [issue]
|
|
...aggName in org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.getGenericUDAFEvaluator(String, ArrayList<ExprNodeDesc>, ASTNode, boolean, boolean) is generated by two different ways. One ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3493
Author: Yin Huai,
2012-12-19, 07:03
|
|
|
Re: Review Request: HIVE-2206: add a new optimizer for query correlation discovery and optimization - Hive - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7126/ (Updated Nov. 19, 2012, 7:51 p.m.) Review request for hive. Changes C...
|
|
|
Author: Yin Huai,
2012-11-19, 19:51
|
|
|
Re: Review Request: HIVE-2206: add a new optimizer for query correlation discovery and optimization - Hive - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7126/ (Updated Nov. 12, 2012, 10:21 p.m.) Review request for hive. Changes ...
|
|
|
Author: Yin Huai,
2012-11-12, 22:21
|
|
|
[HIVE-3671] If a query has been optimized by correlation optimizer, join auto convert cannot optimize it - Hive - [issue]
|
|
...Currently, if a query has been optimized by correlation optimizer, the first operator at the reduce side will be CorrelationReducerDispatchOperator. Since CommonJoinResolver will only work i...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3671
Author: Yin Huai,
2012-11-05, 15:11
|
|
|
|