You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/03/08 00:57:06 UTC

[iceberg] branch master updated (dc7e4dc -> 2f9f058)

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 dc7e4dc  Docs: Restructure docs files for new contributing guideline (#4208)
     add 2f9f058  Core: Add in RESTUtil for URL encoding (#4244)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/rest/RESTUtil.java     | 126 +++++++++++++++++++++
 .../java/org/apache/iceberg/rest/TestRESTUtil.java | 107 +++++++++++++++++
 2 files changed, 233 insertions(+)
 create mode 100644 core/src/main/java/org/apache/iceberg/rest/RESTUtil.java
 create mode 100644 core/src/test/java/org/apache/iceberg/rest/TestRESTUtil.java