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 20:28:59 UTC

[iceberg] branch 0.14.x updated (18758c1708 -> 23dd13b471)

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


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

The 3 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:
 build.gradle          | 2 ++
 dev/.rat-excludes     | 1 +
 dev/stage-binaries.sh | 4 ++--
 3 files changed, 5 insertions(+), 2 deletions(-)


[iceberg] 02/03: 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 192222018c8ee4e62a93f7cd30471060826851a9
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] 01/03: 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 f0584f930549b4526db41b2aa1e2431e843f38a1
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] 03/03: 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 23dd13b47162637cdeea9be36f8cb2595c1557fe
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