Jonas Irgens Kylling

Results 17 issues of Jonas Irgens Kylling

## Description The current implementation of `S3SingleDriverLogStore.listFrom` lists the entire content of the parent directory and filters the result. This can take a long time if the parent directory contains...

## Bug ### Describe the problem Reading from a Delta table with a large Delta log takes a long time using `S3SingleDriverLogStore`. When calculating a snapshot of a Delta table...

bug

**Describe the bug** Duplicate traceAddresses appear in the traces for this transaction https://xdai.tokenview.com/en/tx/0x58d38ce04495c128d82bcbcc6070f8af088513ad35e1a3e5bf3c2654ed7dcad9 of block 0x15bb5d4 on the xDai/Gnosis chain when fetched with `trace_transaction` from our node provider (Quicknode). There...

There seems to be no way to define data classes where the data class encoder produces a Spark schema with fields of type `Decimal(38, 0)`. The natural approach would be...

## Bug #### Which Delta project/connector is this regarding? - [ ] Spark - [x] Standalone - [ ] Flink - [ ] Kernel - [ ] Other (fill in...

bug

## Description The bloom filters are added after all the row groups, right before the footer, similar to the first option described [here](https://github.com/apache/parquet-format/blob/master/BloomFilter.md#file-format). We do not support writing bloom filters...

cla-signed
tests:hive
iceberg
hive

### Describe the bug (required) The `AheadBehindTest` fails if `defaultBranch` is not equal to `master` in `.gitconfig`. ### Tell us about your plugin configuration (required) Not applicable ### Tell us...

bug

## Description Similar to https://github.com/trinodb/trino/pull/17172 this adds support for the `extra_properties` table property to Delta tables, such that additional table properties can be set on Delta tables. The additional properties...

cla-signed
docs
delta-lake
stale

## Description ## Additional context and related issues Part of https://github.com/trinodb/trino/issues/21570 ## Release notes ( ) This is not user-visible or is docs only, and no release notes are required....

cla-signed
docs
performance
iceberg

## Description This PR adds support for writing Bloom filters to the Parquet file of Delta tables when certain table properties are defined. This PR uses the same properties as...

cla-signed
docs
iceberg
delta-lake