Hubert Łojek

Results 7 issues of Hubert Łojek

## Description Invoked PTF from a `SECURITY DEFINER` view using `LocalQueryRunner` cause to call incorrect overloaded method `checkCanGrantExecuteFunctionPrivilege`. This cause perform a wrong check from `SystemAccessControl`, this check invoked: ```...

cla-signed

## Description Follow-up to https://github.com/trinodb/trino/pull/13944 I will needed this to complete https://github.com/trinodb/trino/pull/13713 ## Release notes ( ) This is not user-visible and no release notes are required. ( ) Release...

cla-signed
tests:hive

## Description This PR add checks if user has an access to catalog and schema in `USE` statement. ## Related issues, pull requests, and links - Fixes https://github.com/trinodb/trino/issues/14208 ## Non-technical...

cla-signed

## Description This PR filter out values using configured access control from tables: - `analyze_properties` - `column_properties` - `materialized_view_properties` - `schema_properties` - `table_properties` ## Related issues, pull requests, and links...

cla-signed

## Description This PR adds File-based access control support for table functions. Before this PR with File-based access control enabled every table functions was denied. By default every rule kind...

cla-signed

Bug notice by @dedep I have configured File-based Access Control with a rules: ``` { "catalogs": [] } ``` so the only visible catalog should be `system` but using `USE`...

bug

I notice some tables from `system.metadata` does not respect rules from File-based Access Control, I got the rules: ``` { "catalogs": [], "tables": [{ "catalog": "system", "schema": "metadata", "privileges": [...

bug