Jayce Slesar

Results 73 comments of Jayce Slesar

No other datasource I have ever used in Grafana errors out when ending a query with a semicolon

Removing orphaned files should include a change that allows building the `fs` directly from the table no? Seems odd to have that separate and contained only in the [project_table](https://github.com/apache/iceberg-python/blob/main/pyiceberg/io/pyarrow.py#L903) ?

Haha I was just looking at this last week, it is especially slow for time series data with tens of millions of rows (that is a huuuuuge filter) -- I...

> Honestly, I think it would be a better use of community resources to invest more in the iceberg-rust/datafusion path so that the bulk of this logic can be moved...

@Fokko @kevinjqliu do you think its worth setting up a roadmap for what should be candidates for rolling wheels from rust? Would really help focus efforts on lacking parts of...

Looks like the following will also work directly from a table object: ```py from pyiceberg import catalog from pyarrow.fs import FileSelector # CATALOG = catalog.load_catalog(**{"type": "glue"}) table = CATALOG.load_table("my_table_name") scheme,...

hmmm we should definitely see if we can reproduce in CI via adding to https://github.com/apache/iceberg-python/pull/2371 (which was just merged) Ideally we also set up integration tests for glue there as...

One alternative linked in the comments in that issue is https://garagehq.deuxfleurs.fr/

This was just formally proposed to the dev mailing list via https://docs.google.com/document/d/12ghQxWxyAhSQeZyy0IWiwJ02gTqFOgfYm8x851HZFLk/edit?tab=t.0#heading=h.rt0cvesdzsj7 I think wise to wait for this to be officially implemented before attempting to stick it into the...

This PR took about 20 minutes to naively implement. For some perspective, my org is consolidating DBC's hundreds to thousands of times a day, and those DBC's that get consolidated...