| clear query|facets|time |
Search criteria: .
Results from 131 to 140 from
613 (0.377s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-699] Make lots of existing ObjectInspectors settable - Hive - [issue]
|
|
...We should make JavaObjectInspectors, StandardList/Struct/MapObjectInspector, ReflectionObjectInspectors settable.This will allow us to make it possible to write into Thrift tables, as well a...
|
|
|
http://issues.apache.org/jira/browse/HIVE-699
Author: Zheng Shao,
2011-12-17, 00:06
|
|
|
[HIVE-359] Short-circuiting expression evaluation - Hive - [issue]
|
|
...We don't need to evaluate some sub-expressions for AND, OR, CASE, and IF.We should support this kind of expression operators natively so we can change the evaluation order and do short-circu...
|
|
|
http://issues.apache.org/jira/browse/HIVE-359
Author: Zheng Shao,
2011-12-17, 00:06
|
|
|
[HIVE-584] Clean up global and ThreadLocal variables in Hive - Hive - [issue]
|
|
...Currently in Hive code there are several global and ThreadLocal variables that need to be cleaned.Specifically, the following classes are involved:1. HiveConf: contains hive configurations (...
|
|
|
http://issues.apache.org/jira/browse/HIVE-584
Author: Zheng Shao,
2011-12-17, 00:06
|
|
|
[HIVE-1072] "show table extended like table partition(xxx) " will show the result of the whole table if the partition does not exist - Hive - [issue]
|
|
...See the following example, we should output an error for the second command.hive> show table extended like member_count;OKtableName:member_countowner:nulllocation:/user/hive/member_counti...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1072
Author: Zheng Shao,
2011-12-17, 00:06
|
|
|
[HIVE-1182] Fix TestCliDriver too many open file error - Hive - [issue]
|
|
...There is a bug in TestCliDriver that loads all .q files for each of the .q test.We only need to load the .q file for that particular .q test....
|
|
|
http://issues.apache.org/jira/browse/HIVE-1182
Author: Zheng Shao,
2011-12-17, 00:06
|
|
|
[HIVE-774] Fix the behavior of "/" and add "DIV" - Hive - [issue]
|
|
...In hive, "select 3/2" will return 1 while MySQL returns 1.5.See http://dev.mysql.com/doc/refman/5.0/en/arithmetic-functions.html#operator_div for details.mysql> select 3/2;+--------+| 3/2...
|
|
|
http://issues.apache.org/jira/browse/HIVE-774
Author: Zheng Shao,
2011-12-17, 00:06
|
|
|
[HIVE-236] RLIKE/REGEXP should allow matching partial strings - Hive - [issue]
|
|
...The current behavior is that the regexp needs to match the whole string.But from mysql: ( http://dev.mysql.com/doc/refman/5.0/en/regexp.html#operator_regexp )mysql> SELECT 'fofo' REGEXP '...
|
|
|
http://issues.apache.org/jira/browse/HIVE-236
Author: Zheng Shao,
2011-12-17, 00:06
|
|
|
[HIVE-798] Remove UDAFSum and UDAFCount - Hive - [issue]
|
|
...These 2 classes are not used any more. We should just remove them....
|
|
|
http://issues.apache.org/jira/browse/HIVE-798
Author: Zheng Shao,
2011-12-17, 00:06
|
|
|
[HIVE-1181] Make it optional to check file format - Hive - [issue]
|
|
...Until MAPREDUCE-1504 is fixed, we need to introduce a way to avoid leaking file descriptor because of file format check in the load command.We already have the option in MoveTask. We just ne...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1181
Author: Zheng Shao,
2011-12-17, 00:06
|
|
|
[HIVE-693] Add a AWS S3 log format deserializer - Hive - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HIVE-693
Author: Zheng Shao,
2011-12-17, 00:06
|
|
|
|