Skip to content

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

Open
okayhooni wants to merge 1 commit intoaakashnand:masterfrom
okayhooni:hotfix/missing_methods
Open

fix: add missing stub and use insert/delete permission on update column permission check#5
okayhooni wants to merge 1 commit intoaakashnand:masterfrom
okayhooni:hotfix/missing_methods

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

1 participant