rdblue commented on a change in pull request #2178:
URL: https://github.com/apache/iceberg/pull/2178#discussion_r566460940



##########
File path: site/docs/releases.md
##########
@@ -74,14 +74,21 @@ High-level features:
 
 Important bug fixes:
 
-* [\#2091](https://github.com/apache/iceberg/pull/2091) fixes Parquet 
vectorized reads when column types are promoted
-* [\#1991](https://github.com/apache/iceberg/pull/1991) fixes Avro schema 
conversions to preserve field docs
-* [\#1981](https://github.com/apache/iceberg/pull/1981) fixes bug that date 
and timestamp transforms were producing incorrect values for negative dates and 
times
-* [\#1798](https://github.com/apache/iceberg/pull/1798) fixes read failure 
when encountering duplicate entries of data files
-* [\#1785](https://github.com/apache/iceberg/pull/1785) fixes invalidation of 
metadata tables in CachingCatalog
+* [\#2091](https://github.com/apache/iceberg/pull/2091) fixes 
`ClassCastException` for type promotion `int` to `long` or `float` to `double` 
during Parquet vectorized read. Now Arrow vector is created by looking at 
Parquet file schema instead of Iceberg schema for `int` and `float` fields.
+* [\#2031](https://github.com/apache/iceberg/pull/2031) fixes bug in Flink 
that custom catalog property causes catalog initialization failure. Now Flink 
catalog can support arbitrary custom catalog properties.
+* [\#2011](https://github.com/apache/iceberg/pull/2011) fixes equality 
comparison for `BaseSnapshot`. For engines such as Beam that serialize 
snapshots, now snapshots can be compared through Java equality operator.

Review comment:
       I probably wouldn't include this. It was needed for beam, but it wasn't 
needed for other engines before now so it is not really a bug.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to