This is an automated email from the ASF dual-hosted git repository.
blue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git.
from ceb6533 Support parallel deletes in snapshot expiration (#1187)
add 18d52e0 Avro: Extract AvroWithPartnerSchemaVisitor base visitor
(#1235)
No new revisions were added by this update.
Summary of changes:
.../avro/AvroWithPartnerByStructureVisitor.java | 164 +++++++++++++++++++++
.../spark/data/AvroWithSparkSchemaVisitor.java | 136 ++++-------------
.../apache/iceberg/spark/data/SparkAvroWriter.java | 23 ++-
3 files changed, 203 insertions(+), 120 deletions(-)
create mode 100644
core/src/main/java/org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.java