This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a change to branch 1.10.x
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 7e1b63d34f Core: Fix RESTFileScanTaskParser to handle empty delete
file references list (#14568) (#14576)
new d29a8ee5b5 Core: Increase visibility of ParserContext (#14572)
new 7fc93ec7e8 REST: Fix serde of tasks with multiple deletes (#14573)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/iceberg/rest/ParserContext.java | 4 +-
.../iceberg/rest/TableScanResponseParser.java | 6 +-
.../src/test/java/org/apache/iceberg/TestBase.java | 8 +-
.../responses/TestPlanTableScanResponseParser.java | 131 +++++++++++++++++++++
4 files changed, 140 insertions(+), 9 deletions(-)