| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
50 (0.1s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Review Request: HIVE-4513 - Hive - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11029/#review20380 Thejas, Thanks for all the work you've been doing! I was wondering, c...
|
|
|
Author: Brock Noland,
2013-05-09, 16:37
|
|
|
[HIVE-4476] HiveMetaStore caches the creation of a default db in a static way - Hive - [issue]
|
|
...Currently HiveMetaStore.HMSHandler has a static flag set to true if the JVM has ever created a default db:https://github.com/apache/hive/blob/trunk/metastore/src/java/org/apache/hadoop/hive/...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4476
Author: Brock Noland,
2013-05-02, 18:43
|
|
|
[HIVE-4415] Move move noop and noopwithmap to contrib/ - Hive - [issue]
|
|
...Per HIVE-4019 we should move noop and noopwithmap to contrib/....
|
|
|
http://issues.apache.org/jira/browse/HIVE-4415
Author: Brock Noland,
2013-04-24, 17:38
|
|
|
Re: hi - Hive - [mail # dev]
|
|
...Agreed, given that most of our tests our existing tests are in .q files, I'd prefer to see more of a "unit tests highly encouraged" policy as opposed to "must have unit tests". On Thu...
|
|
|
Author: Brock Noland,
2013-04-18, 16:24
|
|
|
Re: hi - Hive - [mail # dev]
|
|
...Hi, I like the proposal as well! On Thu, Apr 18, 2013 at 10:49 AM, Jarek Jarcec Cecho wrote: I'd be interested in including more unit tests as well. I like the existing q ...
|
|
|
Author: Brock Noland,
2013-04-18, 16:11
|
|
|
Re: [ANNOUNCE] New Hive Committers: Harish Butani and Owen O'Malley - Hive - [mail # dev]
|
|
...Nice work guys! Congrats! On Mon, Apr 15, 2013 at 2:30 PM, Carl Steinbach wrote: Apache MRUnit - Unit testing MapReduce - http://mrunit.apache.org...
|
|
|
Author: Brock Noland,
2013-04-15, 19:40
|
|
|
[HIVE-4128] Support avg(decimal) - Hive - [issue]
|
|
...Currently the following query:hive> select p_mfgr, avg(p_retailprice) from part group by p_mfgr;FAILED: UDFArgumentTypeException Only numeric or string type arguments are accepted but dec...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4128
Author: Brock Noland,
2013-04-06, 04:04
|
|
|
[HIVE-4224] Upgrade to Thrift 1.0 when available - Hive - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HIVE-4224
Author: Brock Noland,
2013-04-04, 18:47
|
|
|
[HIVE-4093] Remove sprintf from PTFTranslator and use String.format() - Hive - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HIVE-4093
Author: Brock Noland,
2013-04-02, 15:24
|
|
|
[HIVE-4110] Aggregation functions must have aliases when multiple functions are used - Hive - [issue]
|
|
...The following query fails:select p_mfgr, p_retailprice, p_size,lead(p_retailprice) over(partition by p_mfgr order by p_size),lag(p_retailprice) over(partition by p_mfgr order by p_size)from ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4110
Author: Brock Noland,
2013-04-02, 15:24
|
|
|
|