| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
156 (0.59s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-1886] HIVE-78 Followup: move a list of columns from PrivilegeDesc to PrivilegeObjectDesc - Hive - [issue]
|
|
...This is a follow up for HIVE-78.PrivilegeObjectDesc.java: should contain a list of columns.Remove columns from PrivilegeDesc. -> PrivilegeDesc can be removed all togetherIt is same as Pri...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1886
Author: He Yongqiang,
2011-05-10, 22:43
|
|
|
[HIVE-1091] Enable skew join for the last table - Hive - [issue]
|
|
...In my test, even by enabling stream table, it will still take a very long time (actually never get a chance to finish)....
|
|
|
http://issues.apache.org/jira/browse/HIVE-1091
Author: He Yongqiang,
2011-05-10, 22:42
|
|
|
[HIVE-1800] Lock and Unlock does not populate inputs and outputs. - Hive - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HIVE-1800
Author: He Yongqiang,
2011-05-10, 22:41
|
|
|
[HIVE-2143] add negative minirCliDriver in test (put dyn_part3.q in it) - Hive - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HIVE-2143
Author: He Yongqiang,
2011-05-02, 23:52
|
|
|
[HIVE-1665] drop operations may cause file leak - Hive - [issue]
|
|
...Right now when doing a drop, Hive first drops metadata and then drops the actual files. If file system is down at that time, the files will keep not deleted. Had an offline discussion about ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1665
Author: He Yongqiang,
2011-04-21, 00:05
|
|
|
[HIVE-1522] replace columns should prohibit using partition column names. - Hive - [issue]
|
|
...create table src_part_w(key int , value string) partitioned by (ds string, hr int);alter table src_part_w replace columns (key int, ds string, hr int, value string);should not be allow...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1522
Author: He Yongqiang,
2011-04-20, 23:59
|
|
|
[HIVE-955] Passing columns needed onto ColumnarStruct - Hive - [issue]
|
|
...This can avoid unneeded loop cycle in ColumnarStruct's init method. This can saves a lot when the table's column number is big....
|
|
|
http://issues.apache.org/jira/browse/HIVE-955
Author: He Yongqiang,
2011-04-20, 23:58
|
|
|
[HIVE-2105] Add plan template into Hive - Hive - [issue]
|
|
...It will be good to have a template file to avoid compile a query again and again....
|
|
|
http://issues.apache.org/jira/browse/HIVE-2105
Author: He Yongqiang,
2011-04-11, 17:46
|
|
|
[HIVE-2102] add privilege cleanup in QTestUtils. - Hive - [issue]
|
|
...If in one testcase, some privilege got granted but not revoked. The privilege will got inherited to other testcases. Need to do a cleanup in QTestUtils....
|
|
|
http://issues.apache.org/jira/browse/HIVE-2102
Author: He Yongqiang,
2011-04-08, 19:47
|
|
|
[HIVE-1985] better error message for selecting non-existing columns - Hive - [issue]
|
|
...Should have an error message for a query like :select a.key,a,a.value from src a;...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1985
Author: He Yongqiang,
2011-04-05, 21:45
|
|
|
|