RANGER-4278:Update query not working on column level access for Trino…
… plugin
What changes were proposed in this pull request?
Fix Update query not working on column level access for Trino
How was this patch tested?
you should add 'update' policy first by Ranger UI, and you can test SQL like 'update table1 set col2='bbb' where col1 = 1 '
This is my testCase and screenshot.
Any update on the PR? Would be good to have this support in Ranger. @stalinnadar07 @respon007
Also, would it work with "merge into ... when matched then update set ..."?
I am also interested in this PR, any updates? @cxx120 did you by any chance find a workaround?
Any update on this PR? @cxx120 or @respon007 any workarounds?