Tom Ebergen

Results 179 comments of Tom Ebergen

Hi, yes, working on this. Sorry got distracted with some other features we have been working on. I will post here when a PR is up to fix this. Good...

This has been closed by https://github.com/duckdb/duckdb/pull/17731

Hi @Declow , Thanks for the issue! The count(*) statement is not optimized yet, however, and there is an open PR to address this https://github.com/duckdb/duckdb-iceberg/pull/540 For extra context, the `Explain`...

Hmm, we have managed to identify an issue with reading partitioned tables that was fixed with https://github.com/duckdb/duckdb-iceberg/pull/533 . Potentially this PR fixes your issue. Interesting, however, that this only happened...

https://github.com/duckdb/duckdb-iceberg/issues/555 potentially related as well

Hi @Declow, I think I have reproduced something similar, and I think it's an issue we have already fixed with https://github.com/duckdb/duckdb-iceberg/pull/533. To verify, can you try one more thing? Can...

Chances are you are seeing specific files 6 times because they are large and DuckDB reads a subset each time. You can verify this by inspecting the request headers. Can...

@Declow, we did release new features in the v1.4.2 release, but the feature set should be very similar to what you had when running `Force install iceberg from core_nightly;`. Happy...

Hi, Thank you for the issue. Can you provide some code reproduction steps? It will make fixing your issue much easier. I have been querying parquet files in different regions...

This may be because we hardcode the region in the endpoint now. We do this to follow amazon documentation. Previously we would follow the redirects if no region was given,...