You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2022/09/02 06:17:38 UTC

[kudu-CR] WIP [tests] scenario for 'kudu table scan' on column privileges

Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18936


Change subject: WIP [tests] scenario for 'kudu table scan' on column privileges
......................................................................

WIP [tests] scenario for 'kudu table scan' on column privileges

Change-Id: I11953680fc8c3f576b677f9e3e31d057fc2d2b34
---
M src/kudu/integration-tests/ts_authz-itest.cc
1 file changed, 60 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/36/18936/1
-- 
To view, visit http://gerrit.cloudera.org:8080/18936
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I11953680fc8c3f576b677f9e3e31d057fc2d2b34
Gerrit-Change-Number: 18936
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <al...@apache.org>

[kudu-CR] WIP [tests] scenario for 'kudu table scan' on column privileges

Posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org>.
Hello Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/18936

to look at the new patch set (#2).

Change subject: WIP [tests] scenario for 'kudu table scan' on column privileges
......................................................................

WIP [tests] scenario for 'kudu table scan' on column privileges

Change-Id: I11953680fc8c3f576b677f9e3e31d057fc2d2b34
---
M src/kudu/integration-tests/ts_authz-itest.cc
1 file changed, 58 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/36/18936/2
-- 
To view, visit http://gerrit.cloudera.org:8080/18936
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I11953680fc8c3f576b677f9e3e31d057fc2d2b34
Gerrit-Change-Number: 18936
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)

[kudu-CR] [tests] test 'kudu table scan' against column privileges

Posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org>.
Hello Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/18936

to look at the new patch set (#3).

Change subject: [tests] test 'kudu table scan' against column privileges
......................................................................

[tests] test 'kudu table scan' against column privileges

This patch adds a new test scenario to verify that the
'kudu table scan ... --columns=...' CLI tool behaves as expected when
the access to a table is controlled by a fine-grained Ranger policy
granting access to particular columns only.

Change-Id: I11953680fc8c3f576b677f9e3e31d057fc2d2b34
---
M src/kudu/integration-tests/ts_authz-itest.cc
1 file changed, 80 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/36/18936/3
-- 
To view, visit http://gerrit.cloudera.org:8080/18936
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I11953680fc8c3f576b677f9e3e31d057fc2d2b34
Gerrit-Change-Number: 18936
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)

[kudu-CR] [tests] test 'kudu table scan' against column privileges

Posted by "Yifan Zhang (Code Review)" <ge...@cloudera.org>.
Yifan Zhang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18936 )

Change subject: [tests] test 'kudu table scan' against column privileges
......................................................................

[tests] test 'kudu table scan' against column privileges

This patch adds a new test scenario to verify that the
'kudu table scan ... --columns=...' CLI tool behaves as expected when
the access to a table is controlled by a fine-grained Ranger policy
granting access to particular columns only.

Change-Id: I11953680fc8c3f576b677f9e3e31d057fc2d2b34
Reviewed-on: http://gerrit.cloudera.org:8080/18936
Tested-by: Kudu Jenkins
Reviewed-by: Abhishek Chennaka <ac...@cloudera.com>
Reviewed-by: Yifan Zhang <ch...@163.com>
---
M src/kudu/integration-tests/ts_authz-itest.cc
1 file changed, 80 insertions(+), 1 deletion(-)

Approvals:
  Kudu Jenkins: Verified
  Abhishek Chennaka: Looks good to me, but someone else must approve
  Yifan Zhang: Looks good to me, approved

-- 
To view, visit http://gerrit.cloudera.org:8080/18936
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I11953680fc8c3f576b677f9e3e31d057fc2d2b34
Gerrit-Change-Number: 18936
Gerrit-PatchSet: 4
Gerrit-Owner: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Abhishek Chennaka <ac...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yifan Zhang <ch...@163.com>
Gerrit-Reviewer: Yingchun Lai <ac...@gmail.com>

[kudu-CR] [tests] test 'kudu table scan' against column privileges

Posted by "Abhishek Chennaka (Code Review)" <ge...@cloudera.org>.
Abhishek Chennaka has posted comments on this change. ( http://gerrit.cloudera.org:8080/18936 )

Change subject: [tests] test 'kudu table scan' against column privileges
......................................................................


Patch Set 3: Code-Review+1


-- 
To view, visit http://gerrit.cloudera.org:8080/18936
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I11953680fc8c3f576b677f9e3e31d057fc2d2b34
Gerrit-Change-Number: 18936
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Abhishek Chennaka <ac...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Comment-Date: Wed, 07 Sep 2022 02:26:00 +0000
Gerrit-HasComments: No

[kudu-CR] [tests] test 'kudu table scan' against column privileges

Posted by "Yifan Zhang (Code Review)" <ge...@cloudera.org>.
Yifan Zhang has posted comments on this change. ( http://gerrit.cloudera.org:8080/18936 )

Change subject: [tests] test 'kudu table scan' against column privileges
......................................................................


Patch Set 3: Code-Review+2


-- 
To view, visit http://gerrit.cloudera.org:8080/18936
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I11953680fc8c3f576b677f9e3e31d057fc2d2b34
Gerrit-Change-Number: 18936
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Abhishek Chennaka <ac...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yifan Zhang <ch...@163.com>
Gerrit-Reviewer: Yingchun Lai <ac...@gmail.com>
Gerrit-Comment-Date: Fri, 16 Sep 2022 08:05:51 +0000
Gerrit-HasComments: No