| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
128 (0.146s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-2897] Remove filter operator of which all the predicates have pushed down to storage handler - Hive - [issue]
|
|
...If all the predicates have pushed down to StorageHandler in TS, it should be removed (or make empty). Might it be intentional?...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2897
Author: Navis,
2013-03-29, 04:35
|
|
|
[HIVE-2903] Numeric binary type keys are not compared properly - Hive - [issue]
|
|
...In current binary format for numbers, minus values are always greater than plus values, for example.System.our.println(Bytes.compareTo(Bytes.toBytes(-100), Bytes.toBytes(100))); // 255...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2903
Author: Navis,
2013-03-29, 04:35
|
|
|
[HIVE-3381] Result of outer join is not valid - Hive - [issue]
|
|
...Outer joins, especially full outer joins or outer join with filter on 'ON clause' is not showing proper results. For example, query in test join_1to1.qSELECT * FROM join_1to1_1 a full outer ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3381
Author: Navis,
2013-03-27, 16:57
|
|
|
[HIVE-4204] Support ellipsis for selecting multiple columns - Hive - [issue]
|
|
...Some UDF should take all columns starting from second or third one and in this case, star argument(HIVE-3490) cannot be used. It's not pleasant to specify all of them especially when the tab...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4204
Author: Navis,
2013-03-21, 01:11
|
|
|
[HIVE-3411] Filter predicates on outer join overlapped on single alias is not handled properly - Hive - [issue]
|
|
...Currently, join predicates on outer join are evaluated in join operator (or HashSink for MapJoin) and the result value is tagged to end of each values(as a boolean), which is used for joinin...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3411
Author: Navis,
2013-03-20, 16:40
|
|
|
[HIVE-4152] Lock owner should be allowed to acquire lock again on EmbeddedLockManager - Hive - [issue]
|
|
...If a query owns lock on a path, it should be allowed to acquire lock on it again with success. Current EmbeddedLockManager returns null in this situation and makes some query to wait infinit...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4152
Author: Navis,
2013-03-12, 03:28
|
|
|
[HIVE-2261] Add cleanup stages for UDFs - Hive - [issue]
|
|
...In some cases, we bind values at last stage of big SQL from other sources, especially from memcached. I made that kind of UDFs for internal-use.I found 'initialize' method of GenericUDF clas...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2261
Author: Navis,
2013-03-08, 02:24
|
|
|
[HIVE-4133] ClassNotFoundException for EventCounter in CDH3U1 - Hive - [issue]
|
|
...Seemed regression from HIVE-3428java.lang.RuntimeException: Could not load shims in class org.apache.hadoop.log.metrics.EventCounter at org.apache.hadoop.hive.shims.ShimLoader.createShim(Shi...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4133
Author: Navis,
2013-03-07, 03:04
|
|
|
[HIVE-3904] Replace hashmaps in JoinOperators to array - Hive - [issue]
|
|
...Join operator has many HashMaps that maps tag to some internal value(ExprEvals, OIs, etc.) and theses are accessed 5 or more times per an object, which is seemed unnecessary overhead....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3904
Author: Navis,
2013-02-28, 17:24
|
|
|
[HIVE-3849] Aliased column in where clause for multi-groupby single reducer cannot be resolved - Hive - [issue]
|
|
...Verifying HIVE-3847, I've found an exception is thrown before meeting the error situation described in it. Something like, FAILED: SemanticException [Error 10025]: Line 40:6 Expressi...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3849
Author: Navis,
2013-02-28, 17:21
|
|
|
|