[jira] [Updated] (HIVE-4366) wrong result in show role grant user

2013-09-04 Thread Daisy.Yuan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daisy.Yuan updated HIVE-4366:
-

Attachment: HIVE-4366.patch

 wrong result in show role grant user
 

 Key: HIVE-4366
 URL: https://issues.apache.org/jira/browse/HIVE-4366
 Project: Hive
  Issue Type: Bug
  Components: Authentication
Affects Versions: 0.9.0, 0.10.0
Reporter: ransom.hezhiqiang
 Attachments: HIVE-4366.patch


 in test case authorization_1.q
 show role grant user hive_test_user
 the result is :
 role name:src_role
 role name:src_role
 the same result is print twice.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4366) wrong result in show role grant user

2013-09-04 Thread Daisy.Yuan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daisy.Yuan updated HIVE-4366:
-

Attachment: HIVE-4366.patch

when execute the hql, fetch the results is not through Fetch Operator, it will 
occures the problem like that in description. For example,show role grant  
user,explain select * from by tb sort by no, they will dispaly the last 
result row twice. The explain select * from tb sort by no results will two 
blank lines.
 We should set the row be null before get result from the resStream. We change 
it, but too many test result files need to be changed.

 wrong result in show role grant user
 

 Key: HIVE-4366
 URL: https://issues.apache.org/jira/browse/HIVE-4366
 Project: Hive
  Issue Type: Bug
  Components: Authentication
Affects Versions: 0.9.0, 0.10.0
Reporter: ransom.hezhiqiang
 Attachments: HIVE-4366.patch, HIVE-4366.patch


 in test case authorization_1.q
 show role grant user hive_test_user
 the result is :
 role name:src_role
 role name:src_role
 the same result is print twice.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira