This is an automated email from the ASF dual-hosted git repository.
blue pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from f6cdf94094 Build: Forbid implicit case fall-through without a comment
and enable couple more recommendable error-prone checks (#11251)
add 8190ce7e6b API, Core: Add default value APIs and Avro implementation
(#9502)
No new revisions were added by this update.
Summary of changes:
.palantir/revapi.yml | 5 +
.../apache/iceberg/expressions/Expressions.java | 12 ++
.../main/java/org/apache/iceberg/types/Types.java | 124 +++++++++++++--
.../org/apache/iceberg/avro/GenericAvroReader.java | 14 +-
.../apache/iceberg/avro/TestReadDefaultValues.java | 166 +++++++++++++++++++++
5 files changed, 304 insertions(+), 17 deletions(-)
create mode 100644
core/src/test/java/org/apache/iceberg/avro/TestReadDefaultValues.java