Jonas Irgens Kylling

Results 30 comments of Jonas Irgens Kylling

> Hello @jkylling, > > I am definitely using the same unique and deterministic location for a given delta table (which simply depends on the delta table name). Maybe I...

Discussed this issue with @raunaqmorarka and we will add a configuration option to disable caching of files with `/_delta_log/` in their path to avoid issues with Delta tables with mutable...

Hi @sdaberdaku, No one has had time to look into this yet. If you want to contribute this yourself I'd be happy to give some guidance. Basically, a new https://github.com/trinodb/trino/blob/c8568a9ccfcf2876ef441588a6040270d82f95b2/plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/cache/DeltaLakeCacheKeyProvider.java...

Added a product test which tests that Trino and Spark can read the Iceberg tables written by each other when the Bloom filter table properties are set. I've not verified...

> @raunaqmorarka , @jkylling sorry for delaying this work with my comments. > > The scaffolding needed for getting query stats is not present at the moment in the product...

> @jkylling this will improve the read from table with bloom filter or that it only deal with creating bloom filter? @shohamyamin This only adds write support. Read support for...

> @jkylling can you fix the tests please Fixed the first expected error message in the failing test, but I suspect the next assertion will also fail. Unfortunately I'm unable...

What part of the jrsonnet CLI do you mean? I looked at https://github.com/CertainLach/jrsonnet/blob/a31a8ef0c0189f88ed32d84cb2dcae3b7d7861af/cmds/jrsonnet/src/main.rs which looks involved enough that I'm a bit hesitant to copy parts of it.

Looks like the same as https://github.com/trinodb/trino/issues/20794 ? You should be able to get cache hit rate if you export directly from the workers.

> How do you think this solution compares to #494 ? I have not looked at #494 in detail, but I believe it allows accidentally dropping one of the parsers...