lozbrown
lozbrown
@dain should refresh materialized view be a separate permission in the API/SPI, refreshing a view of a big table can be a significant load on the platform and we may...
@dain Thinking about this more, whilst I agree for select an MV should be treated as a table, should the end user really need permission to the underlying table just...
I don't think you need a separate user group sync for ranger. the ranger plugin that was added to Trino includes the following configuration ``` ranger.plugin.trino.use.rangerGroups true Boolean flag to...
makes sense
> [@lozbrown](https://github.com/lozbrown) Can you find the first bad version with bisect? this only seems to happen with large tables in our prod env. If I'm honest I'm going to struggle...
@yihua in this case the Hive metastore appears to have both partitions region_p=BE region_p=BE%0D only the correct partitions exist in S3
No I don't think partitions ending in %0D are valid, not sure how they got into the meta store but I'll look to remove. That said there has been some...
I don't have one but it shouldn't be too hard to do. There are official docker containers which could be used.
You can manage ranger integration through helm, just add the configuration via the extra config files section in the values files
I believe trino is following the lead set by other projects here where for iceberg spark ddl it's mentioned [here](https://iceberg.apache.org/docs/1.4.1/spark-ddl/#alter-table-alter-column): ``` It is not possible to change a nullable column...