You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ry...@apache.org on 2022/01/11 12:55:48 UTC

[iceberg] branch master updated (1e6641b -> f28ce81)

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

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


    from 1e6641b  Build: Suppress warning about Flink nanosecond access (#3868)
     add f28ce81  Allow using a custom NessieClientBuilder implementation (#3877)

No new revisions were added by this update.

Summary of changes:
 build.gradle                                       |   1 +
 .../org/apache/iceberg/nessie/NessieCatalog.java   |  22 +++-
 .../java/org/apache/iceberg/nessie/NessieUtil.java |   4 +-
 .../org/apache/iceberg/nessie/BaseTestIceberg.java |   2 +-
 .../iceberg/nessie/TestCustomNessieClient.java     | 123 +++++++++++++++++++++
 5 files changed, 148 insertions(+), 4 deletions(-)
 create mode 100644 nessie/src/test/java/org/apache/iceberg/nessie/TestCustomNessieClient.java