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



##########
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.

Review comment:
       I don't think this is a bug because custom catalogs were not supported 
in 0.10.0. I wouldn't mention it here. These should be serious or correctness 
errors.




----------------------------------------------------------------
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