Vincent Poon

Results 1 issues of Vincent Poon

> presto:test> create table test.test_base_table(pk varchar); > CREATE TABLE > presto:test> create view test.test_view as select * from test.test_base_table; > CREATE VIEW > presto:test> grant select on test.test_view to test_user;...

bug