Karol Sobczak

Results 121 comments of Karol Sobczak

Might be related to https://github.com/trinodb/trino/issues/15106, cc @lukasz-stec

> (DictionaryBlockEncoding) In the case of ORC or Parquet, the spec of the element constituting ids is Unsigned Integer. Will there be a problem if it is changed to short...

Might be related to https://github.com/trinodb/trino/issues/15106 cc @lukasz-stec

@jasonf20 IIUC this PR is caching deletion files. However, it seems that these can be cached per split rather than per query. In that case `ConnectorPageSourceProviderFactory` seems like too narrow...

@jasonf20 Would it make sense to cache deletion files across queries too?