Re: [VOTE] Release PyIceberg 0.4.0 RC1

2023-06-27 Thread Driesprong, Fokko
Thank you Dan, great catch! I've pinned the version of pyparsing. It looks like it switched to non-greedy matching. The first commit updates the tests, which exposes the issue, and the second commit locks pyparsing to <3.1.0. It looks like the pyparsin

Re: [VOTE] Release PyIceberg 0.4.0 RC1

2023-06-27 Thread Daniel Weeks
I ran into an issue with the row filtering: t.scan(row_filter="location_id > 1").to_pandas() File ~/workspace/apache/releases/pyiceberg/0.4.0-rc1/pyiceberg-0.4.0/pyiceberg/schema.py:183, in Schema.find_field(self, name_or_id, case_sensitive) 180 field_id = self._lazy_name_to_id_lower.get(

Re: [VOTE] Release PyIceberg 0.4.0 RC1

2023-06-26 Thread Jean-Baptiste Onofré
+1 (non binding) Regards JB On Mon, Jun 26, 2023 at 11:27 AM Fokko Driesprong wrote: > > Hi Everyone, > > > Excited to start the 0.4.0 PyIceberg release process. The 0.4.0 release is > packed with cool features: > > Support for converting Parquet schemas into Iceberg ones > Support for reading

Re: [VOTE] Release PyIceberg 0.4.0 RC1

2023-06-26 Thread Ryan Blue
+1 * Ran license validation with RAT * Verified signature and checksum * Built and tested with `make install` and `make test` * Installed the RC and exercised the CLI with a REST catalog On Mon, Jun 26, 2023 at 2:27 AM Fokko Driesprong wrote: > Hi Everyone, > > > Excited to start the 0.4.0 PyIc

[VOTE] Release PyIceberg 0.4.0 RC1

2023-06-26 Thread Fokko Driesprong
Hi Everyone, Excited to start the 0.4.0 PyIceberg release process. The 0.4.0 release is packed with cool features: - Support for converting Parquet schemas into Iceberg ones - Support for reading data using FSSpec