Robert Kruszewski
Robert Kruszewski
One thing that's not clear to me is whether statistics will be fetched if you have a query that could be ansewered by statistics or will they not and you...
yeah, I see itertools has annoying bugs regarding sized, i.e. you can't use them on dyn traits
@danking could be the case that the varbiniterator is the slow thing. It's very naive the way it's written and we likely need a better version of it
fwiw right now we rechunk to 64k elements when compressing
Oh, I have forgotten about this case
All the executions for lst-bench are java. Running might require some convoluted setup with an iceberg fork or we implement pure spark/trino vortex datasource
The case I found while reading parquet logic for this is that there might be a constant synthetic column created and you might have a filter on it where you...
We have getitem, pack and merge that let you recompose and pick apart nested structs. There’s a variation on repdef described in [Procella](https://www.vldb.org/pvldb/vol12/p2022-chattopadhyay.pdf) paper where they do some kind of...
It ultimately goes down to how the virtualenv is managed. IIRC it was easier get the information from poetry. Would be happy to take prs here to replace poetry since...
There's a longer explanation of this issue at #3890