| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
128 (0.094s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-3584] Merging compare predicates - Hive - [issue]
|
|
...Some compare predicates, for example 'a>10 AND a>20' can be merged into 'a>20'...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3584
Author: Navis,
2012-11-12, 23:37
|
|
|
[HIVE-3617] Predicates pushed down to hbase is not handled properly when constant part is shown first - Hive - [issue]
|
|
...Test result could not show the difference because predicates pushed down are not removed currently(HIVE-2897). So I added log message(scan.toMap()) and checked the output.with queryselect * ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3617
Author: Navis,
2012-10-31, 07:59
|
|
|
[HIVE-3623] Reset operator-id before executing parse tests - Hive - [issue]
|
|
...Parse test in hive-exec outputs XML file containing operator ids, which can be vary by previous query history. Resetting it 0 before each test could make test result independent to history....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3623
Author: Navis,
2012-10-29, 21:50
|
|
|
[HIVE-3209] QTestUtil should filter out only env-dependent part of paths from explain result - Hive - [issue]
|
|
...Bucket mapping information is always masked. But it could be crucial for checking regressions....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3209
Author: Navis,
2012-10-18, 03:47
|
|
|
[HIVE-2778] Fail on table sampling - Hive - [issue]
|
|
...Trying table sampling on any non-empty table throws NPE. This does not occur by test on mini-MR.select count(*) from emp tablesample (0.1 percent); Total MapReduce jobs = 1Laun...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2778
Author: Navis,
2012-10-09, 21:25
|
|
|
[HIVE-3226] ColumnPruner is not working on LateralView - Hive - [issue]
|
|
...Column pruning is not applied to LVJ and SEL operator, which makes exceptions at various stages. For example,drop table array_valued_src;create table array_valued_src (key string, value arra...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3226
Author: Navis,
2012-10-02, 04:59
|
|
|
[HIVE-2937] TestHiveServerSessions hangs when executed directly - Hive - [issue]
|
|
...ant test -Doffline=true -Dtestcase=TestHiveServerSessionsHangs infinitely.I couldn't imagine exact cause of the problem, but found that by adding 'new HiveServer.HiveServerHandler();' in set...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2937
Author: Navis,
2012-09-24, 07:25
|
|
|
[HIVE-3444] Support reading columns containing line separator - Hive - [issue]
|
|
...Currently, LazySimpleSerde cannot handle columns including newline character cause hadoop splits rows by newline character. If the overhead counting fields by full scan and merging partial l...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3444
Author: Navis,
2012-09-08, 08:42
|
|
|
[HIVE-2999] Offline build is not working - Hive - [issue]
|
|
...It's fine without -Doffline=true option. But with offline option (ant -Doffline=true clean package), it's failing with error message like this.ivy-retrieve: [echo] Project...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2999
Author: Navis,
2012-09-07, 00:57
|
|
|
[HIVE-3306] SMBJoin/BucketMapJoin should be allowed only when join key expression is exactly matches with sort/cluster key - Hive - [issue]
|
|
...CREATE TABLE bucket_small (key int, value string) CLUSTERED BY (key) SORTED BY (key) INTO 2 BUCKETS STORED AS TEXTFILE;load data local inpath '/home/navis/apache/oss-hive/data/files/srcsortb...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3306
Author: Navis,
2012-09-07, 00:57
|
|
|
|