Joshua Kolash
Joshua Kolash
Thank you for the feedback. I was able to get past the error by configuring trino to use ```iceberg.rest-catalog.view-endpoints-enabled``` My thoughts are 1. It's not immediately obvious to enable iceberg.rest-catalog.view-endpoints-enabled...
re: issue 1 I opened https://github.com/trinodb/trino/issues/25556
Thanks, I will simplify this PR to just include the breadth strategy and without a new property.
So while doing a self review I came to question why a user provided default should not be bounded. this was the behavior before, but I'm not quite sure it...
Stress testing this. For a schema with a schema with 1 million structs I got ~133ms per iteration when bounding to 100 fields. ```java @Test public void perf(){ AtomicInteger fieldId...
@rdblue Let me know what else is needed for this PR.
Should I re-open it with a new description?
I was able to make some hacky changes that reduced memory usage in this draft PR. https://github.com/apache/iceberg/pull/13298 mainly to show that these were the critical objects that needed to be...
I'm not sure what you mean by force V2 sources and try the Parquet version again. I was comparing both the v1 and v2 memory usage and the v2 path...
> Or is the issue here that we are saving this task context for the UI so we don't actually ever drop the iterator reference and close is never called?...