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 2021/10/18 18:34:22 UTC

[iceberg] branch master updated (f4209ae -> 8fdcdd0)

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 f4209ae  Spark: Fix benchmark execution & docs (#3302)
     add 8fdcdd0  Build: Run Hive tests in separate CI actions (#3300)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/{java-ci.yml => hive-ci.yml}  |  65 ++----
 .github/workflows/java-ci.yml                   |  52 +----
 .github/workflows/{java-ci.yml => spark-ci.yml} |  64 ++----
 build.gradle                                    | 275 +-----------------------
 gradle.properties                               |   2 +
 spark/v2.4/build.gradle => hive2.gradle         | 106 ++++-----
 hive3.gradle                                    | 166 ++++++++++++++
 settings.gradle                                 |  31 ++-
 8 files changed, 286 insertions(+), 475 deletions(-)
 copy .github/workflows/{java-ci.yml => hive-ci.yml} (59%)
 copy .github/workflows/{java-ci.yml => spark-ci.yml} (60%)
 copy spark/v2.4/build.gradle => hive2.gradle (60%)
 create mode 100644 hive3.gradle