Kevin Liu
Kevin Liu
Superset SQL Lab Editor cannot run [Trino SQL routines](https://trino.io/docs/current/routines/introduction.html) which have multiple `;` statements. #### How to reproduce the bug 1. Go to 'SQL Lab' (http://localhost:8088/superset/sqllab) 2. Run a Trino...
### Feature Request / Improvement # PyIceberg 0.7.0 The main objective of 0.7.0 is to have partitioned writes (non-exhaustive list :) - [x] Support for merge-into / upsert: https://github.com/apache/iceberg-python/issues/402 -...
Fixes #674 `Schema` and `StructType` `fields` variable is represented by `Tuple`, which means that ordering matters when performing comparison. Two `Schema`s with the same `fields` in different order should be...
### Feature Request / Improvement It would be nice to eliminate the `sleep 10` and instead use health checks for the underlying containers. https://github.com/apache/iceberg-python/blob/188e2c4d63f294fc55351916fb8d62a5a4401d3d/Makefile#L43 The sleep here is a proxy...
### Feature Request / Improvement When engines, such as Daft, read from the `Table` object (see [scan_iceberg](https://github.com/pola-rs/polars/blob/py-0.20.19/py-polars/polars/io/iceberg.py#L42-L46)), it would be great if PyIceberg transparently handles time travel. For example, to...
Resolves #594 (and part of #511) This PR creates a metadata table for "Metadata Log Entries", similar to [its spark equivalent](https://iceberg.apache.org/docs/nightly/spark-queries/#metadata-log-entries) (`metadata_log_entries`). To query the metadata table, use ``` tbl.inspect.metadata_log_entries()...
### Apache Iceberg version main (development) ### Please describe the bug 🐞 Integration tests feel significantly slower than before. ``` make test-integration ``` Running on the latest main branch took...
I don't think this works until each test can run in isolation
Resolve dependency errors found by `deptry` (added in #528). From 27 -> 16 errors * Add `botocore` to main dependency (4 errors) * Move `typing_extensions` from dev dependency to main...