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/09/03 21:49:48 UTC

[iceberg] branch 0.14.x updated (23dd13b471 -> 71d918e781)

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

blue pushed a change to branch 0.14.x
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    omit 23dd13b471 Build: Add iceberg-build.properties to RAT excludes. (#5262)
    omit 192222018c Build: Fix Scala 2.13 builds in stage-binaries.sh. (#5270)
    omit f0584f9305 Build: Exclude unnecessary git properties from iceberg-build.properties (#5277)
    omit 18758c1708 AWS: Ignore flaky test; backport from #5379.
     new f6d9ddce0c AWS: Ignore flaky test; backport from #5379.
     new b9b62b0ab7 Build: Exclude unnecessary git properties from iceberg-build.properties (#5277)
     new 054659ca59 Build: Fix Scala 2.13 builds in stage-binaries.sh. (#5270)
     new 71d918e781 Build: Add iceberg-build.properties to RAT excludes. (#5262)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (23dd13b471)
            \
             N -- N -- N   refs/heads/0.14.x (71d918e781)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 4 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/aws/s3/TestS3FileIO.java    | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)


[iceberg] 03/04: Build: Fix Scala 2.13 builds in stage-binaries.sh. (#5270)

Posted by bl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch 0.14.x
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit 054659ca593624093504314c9da93d0095627ca1
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Sun Jul 17 08:16:46 2022 -0700

    Build: Fix Scala 2.13 builds in stage-binaries.sh. (#5270)
---
 dev/stage-binaries.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/stage-binaries.sh b/dev/stage-binaries.sh
index c5c0778523..58bc388eb3 100755
--- a/dev/stage-binaries.sh
+++ b/dev/stage-binaries.sh
@@ -27,6 +27,6 @@ HIVE_VERSIONS=2,3
 
 # Also publish Scala 2.13 Artifacts for versions that support it.
 # Flink does not yet support 2.13 (and is largely dropping a user-facing dependency on Scala). Hive doesn't need a Scala specification.
-./gradlew -Prelease -DscalaVersion=2.13 :iceberg-spark:iceberg-spark-3.2_2.13:publishApachePublicationToMavenRepository :iceberg-spark:iceberg-spark-extensions-3.2_2.13:publishApachePublicationToMavenRepository :iceberg-spark:iceberg-spark-runtime-3.2_2.13:publishApachePublicationToMavenRepository
-./gradlew -Prelease -DscalaVersion=2.13 :iceberg-spark:iceberg-spark-3.3_2.13:publishApachePublicationToMavenRepository :iceberg-spark:iceberg-spark-extensions-3.3_2.13:publishApachePublicationToMavenRepository :iceberg-spark:iceberg-spark-runtime-3.3_2.13:publishApachePublicationToMavenRepository
+./gradlew -Prelease -DscalaVersion=2.13 -DsparkVersions=3.2 :iceberg-spark:iceberg-spark-3.2_2.13:publishApachePublicationToMavenRepository :iceberg-spark:iceberg-spark-extensions-3.2_2.13:publishApachePublicationToMavenRepository :iceberg-spark:iceberg-spark-runtime-3.2_2.13:publishApachePublicationToMavenRepository
+./gradlew -Prelease -DscalaVersion=2.13 -DsparkVersions=3.3 :iceberg-spark:iceberg-spark-3.3_2.13:publishApachePublicationToMavenRepository :iceberg-spark:iceberg-spark-extensions-3.3_2.13:publishApachePublicationToMavenRepository :iceberg-spark:iceberg-spark-runtime-3.3_2.13:publishApachePublicationToMavenRepository
 


[iceberg] 04/04: Build: Add iceberg-build.properties to RAT excludes. (#5262)

Posted by bl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch 0.14.x
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit 71d918e781eff70c2c2a21aea7289daad61c8afe
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Sun Jul 17 08:18:11 2022 -0700

    Build: Add iceberg-build.properties to RAT excludes. (#5262)
---
 dev/.rat-excludes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/.rat-excludes b/dev/.rat-excludes
index bb47575524..d41b7bb61e 100644
--- a/dev/.rat-excludes
+++ b/dev/.rat-excludes
@@ -1,6 +1,7 @@
 version.txt
 versions.lock
 versions.props
+iceberg-build.properties
 .java-version
 books.json
 new-books.json


[iceberg] 02/04: Build: Exclude unnecessary git properties from iceberg-build.properties (#5277)

Posted by bl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch 0.14.x
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit b9b62b0ab795ac2045b19dd690dfe30e6dad56ab
Author: Prashant Singh <35...@users.noreply.github.com>
AuthorDate: Fri Jul 15 21:02:00 2022 +0530

    Build: Exclude unnecessary git properties from iceberg-build.properties (#5277)
    
    Co-authored-by: Prashant Singh <ps...@amazon.com>
---
 build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.gradle b/build.gradle
index 3a6468ba3c..28188edb4c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -64,6 +64,8 @@ gitProperties {
   gitPropertiesResourceDir = file("${rootDir}/build")
   extProperty = 'gitProps'
   failOnNoGitDirectory = true
+  keys = ['git.branch', 'git.build.version', 'git.closest.tag.name','git.commit.id.abbrev', 'git.commit.id',
+          'git.commit.message.short', 'git.commit.time', 'git.tags']
 }
 generateGitProperties.outputs.upToDateWhen { false }
 


[iceberg] 01/04: AWS: Ignore flaky test; backport from #5379.

Posted by bl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch 0.14.x
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit f6d9ddce0cb8b0245a28489f43258a3c5412beb7
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Sat Sep 3 13:25:25 2022 -0700

    AWS: Ignore flaky test; backport from #5379.
---
 aws/src/test/java/org/apache/iceberg/aws/s3/TestS3FileIO.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/aws/src/test/java/org/apache/iceberg/aws/s3/TestS3FileIO.java b/aws/src/test/java/org/apache/iceberg/aws/s3/TestS3FileIO.java
index 4d4d06c84c..5c340eb9c9 100644
--- a/aws/src/test/java/org/apache/iceberg/aws/s3/TestS3FileIO.java
+++ b/aws/src/test/java/org/apache/iceberg/aws/s3/TestS3FileIO.java
@@ -44,6 +44,7 @@ import org.apache.iceberg.util.SerializableSupplier;
 import org.junit.Assert;
 import org.junit.Before;
 import org.junit.ClassRule;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.jupiter.api.Assertions;
 import org.junit.runner.RunWith;
@@ -216,6 +217,7 @@ public class TestS3FileIO {
   }
 
   @Test
+  @Ignore
   public void testPrefixDelete() {
     String prefix = "s3://bucket/path/to/delete";
     List<Integer> scaleSizes = Lists.newArrayList(0, 5, 1000, 2500);