Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing stub and use insert/delete permission on update column permission check #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

okayhooni
Copy link

I noticed this method is unimplemented today due not to perform MERGE INTO query on Iceberg format table with our Trino.

As you know, checkCanUpdateTableColumns() method of SPI base class ALWAYS deny the request.

How about using INSERT & DELETE permission check?

plus, I guess the stub of those missing methods have to be implemented also on the shim codes!

okayhooni referenced this pull request Apr 5, 2024
checkCanUpdateTableColumns
checkCanAlterColumn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant