Andre Luis Anastacio
Andre Luis Anastacio
@cfrancois7 You can take the schema and call [as_arrow()](https://py.iceberg.apache.org/reference/pyiceberg/schema/#pyiceberg.schema.Schema.as_arrow) ```python ts_df = pa.Table.from_pydict(ts_list, schema=ts_schema.as_arrow()) ```
Anyway, I think we need to do something to avoid this problem in the future. Since we require the field ID, we should only accept the PyIceberg Schema. What do...
@Fokko @kevinjqliu I started working on a fix, and while preparing to write a test, I noticed we already have a [test](https://github.com/apache/iceberg-python/blob/06b9467f1db2b71c51d4c1be5f3a5144afa52880/tests/integration/test_reads.py#L597) that should cover this scenario. Through my testing,...
> Any updates on this? @thoec I was on vacation and I will continue debugging this to understand the differences between the Java and C++ Arrow-written Parquet files. From the...
@Fokko @kevinjqliu I made the changes, but during my tests I received an error from the Java implementation that I'm fixing with this PR https://github.com/apache/iceberg/pull/14027. So to maintain compatibility between...
@Fokko, I can solve the missing import. Do you mind? Edit: I discovered that I don't have the permissions to add the commit to your branch.
Hello @eedduuar @Samreay, the recommendation is to use Spark, Trino, or another engine that provides support. There is ongoing work on expiring snapshots, but there is no ETA yet. We...