[
https://issues.apache.org/jira/browse/HIVE-10717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14552917#comment-14552917
]
Alexander Pivovarov commented on HIVE-10717:
--------------------------------------------
I still see couple issues:
1. "select * limit 2" does not guarantee to return 2 rows with keys 238 and 86
from src. The last query expects keys 238 and 86 in unencryptedTable.
{code}
57: select * from unencryptedTable order by key;
{code}
2. encryptedTable has two partitions: ds='today' and ds='yesterday'.
unencryptedTable has only one partition ds='today'.
Probably unencryptedTable should have two partitions as well.
> Fix failed qtest encryption_insert_partition_static test in Jenkin
> ------------------------------------------------------------------
>
> Key: HIVE-10717
> URL: https://issues.apache.org/jira/browse/HIVE-10717
> Project: Hive
> Issue Type: Sub-task
> Reporter: Ferdinand Xu
> Assignee: Alexander Pivovarov
> Attachments: HIVE-10717.1.patch, HIVE-10717.1.patch,
> HIVE-10717.2.patch
>
>
> It can be reproduced in Jenkins. See
> http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3898/testReport/
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)