[ 
https://issues.apache.org/jira/browse/IMPALA-13947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18013329#comment-18013329
 ] 

ASF subversion and git services commented on IMPALA-13947:
----------------------------------------------------------

Commit 6b005a793a3b22de803429e4867f1459d72c236a in impala's branch 
refs/heads/master from Riza Suminto
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=6b005a793 ]

IMPALA-14296: Fix with_args fixture in TestMetadataReplicas

IMPALA-13947 has incorrect fixture edit that cause following error:

common/custom_cluster_test_suite.py:396: in setup_method
    pytest.fail("Cannot specify with_args on both class and methods")
E   Failed: Cannot specify with_args on both class and methods

This patch move the with_args fixture at test_catalog_restart up to the
class level.

Testing:
Run and pass TestMetadataReplicas in exhaustive mode.

Change-Id: I9016eac859fb01326b3d1e0a8e8e135f03d696bb
Reviewed-on: http://gerrit.cloudera.org:8080/23280
Reviewed-by: Quanlong Huang <[email protected]>
Reviewed-by: Xuebin Su <[email protected]>
Tested-by: Quanlong Huang <[email protected]>


> Turn on local-catalog mode by default
> -------------------------------------
>
>                 Key: IMPALA-13947
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13947
>             Project: IMPALA
>          Issue Type: Task
>          Components: Catalog
>            Reporter: Quanlong Huang
>            Assignee: Riza Suminto
>            Priority: Major
>             Fix For: Impala 5.0.0
>
>
> This aims to turn on local-catalog mode by default.
> One behavior change is FileSystem permission checks will be defered to the 
> execution stage (IMPALA-7539). Note that in the legacy catalog mode, 
> permission checks are done in planning stage so illegal queries can fail 
> before execution. But preloading all the dir/file permissions is found to be 
> a bottleneck of metadata loading on large tables. So we decided to skip it in 
> IMPALA-12929.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to