This is an automated email from the ASF dual-hosted git repository.

dweeks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from bf00d51e4b Flink: backport PR #10832 of inferring parallelism in 
FLIP-27 source (#11009)
     add c95bf58793 Add REST Compatibility Kit (#10908)

No new revisions were added by this update.

Summary of changes:
 build.gradle                                       |  45 ++++++++
 deploy.gradle                                      |   9 +-
 gradle/libs.versions.toml                          |   3 +
 open-api/README.md                                 |  63 +++++++++++
 .../rest/RESTCompatibilityKitCatalogTests.java     |  87 +++++++++++++++
 .../iceberg/rest/RESTCompatibilityKitSuite.java    |  45 ++++++++
 .../rest/RESTCompatibilityKitViewCatalogTests.java |  91 +++++++++++++++
 .../java/org/apache/iceberg/rest/RCKUtils.java     | 110 ++++++++++++++++++
 .../org/apache/iceberg/rest/RESTCatalogServer.java | 123 +++++++++++++++++++++
 .../iceberg/rest/RESTServerCatalogAdapter.java     |  85 ++++++++++++++
 .../apache/iceberg/rest/RESTServerExtension.java   |  31 +++---
 11 files changed, 674 insertions(+), 18 deletions(-)
 create mode 100644 
open-api/src/test/java/org/apache/iceberg/rest/RESTCompatibilityKitCatalogTests.java
 create mode 100644 
open-api/src/test/java/org/apache/iceberg/rest/RESTCompatibilityKitSuite.java
 create mode 100644 
open-api/src/test/java/org/apache/iceberg/rest/RESTCompatibilityKitViewCatalogTests.java
 create mode 100644 
open-api/src/testFixtures/java/org/apache/iceberg/rest/RCKUtils.java
 create mode 100644 
open-api/src/testFixtures/java/org/apache/iceberg/rest/RESTCatalogServer.java
 create mode 100644 
open-api/src/testFixtures/java/org/apache/iceberg/rest/RESTServerCatalogAdapter.java
 copy 
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/functions/BaseScalarFunction.java
 => 
open-api/src/testFixtures/java/org/apache/iceberg/rest/RESTServerExtension.java 
(52%)

Reply via email to