pvary commented on code in PR #13562: URL: https://github.com/apache/iceberg/pull/13562#discussion_r2236816412
########## arrow/src/main/java/org/apache/iceberg/arrow/vectorized/ArrowReader.java: ########## @@ -91,9 +94,8 @@ * <li>Columns with constant values are physically encoded as a dictionary. The Arrow vector type * is int32 instead of the type as per the schema. See * https://github.com/apache/iceberg/issues/2484. - * <li>Data types: {@link Types.ListType}, {@link Types.MapType}, {@link Types.StructType}, {@link - * Types.FixedType} and {@link Types.DecimalType} See - * https://github.com/apache/iceberg/issues/2485 and + * <li>Data types: {@link Types.ListType}, {@link Types.MapType}, {@link Types.StructType} and + * {@link Types.FixedType} See https://github.com/apache/iceberg/issues/2485 and Review Comment: Is Fixed working? -- 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. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org