You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/09/14 00:27:58 UTC

[GitHub] [iceberg] kbendick opened a new pull request, #5759: Build - Move global Spark 2.4 dependency in version.props to Spark 2.4 subproject

kbendick opened a new pull request, #5759:
URL: https://github.com/apache/iceberg/pull/5759

   The `version.props` file provides version information to gradle for top-level dependencies.
   
   All of the Spark projects have their dependencies declared in their own subprojects, except for Spark 2.4 had one remaining dependency in `version.props` that is still used: `spark-hive`.
   
   Moved the Spark 2.4 version information to the Spark 2.4 subproject, to match the style of all Spark 3 subprojects, and removed an entirely unused version declaration for `spark-avro`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] pvary merged pull request #5759: Build - Move global Spark 2.4 dependency in version.props to Spark 2.4 subproject

Posted by GitBox <gi...@apache.org>.
pvary merged PR #5759:
URL: https://github.com/apache/iceberg/pull/5759


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] kbendick commented on pull request #5759: Build - Move global Spark 2.4 dependency in version.props to Spark 2.4 subproject

Posted by GitBox <gi...@apache.org>.
kbendick commented on PR #5759:
URL: https://github.com/apache/iceberg/pull/5759#issuecomment-1246088741

   The refactor is in the same style as Spark 3.0, though the style from Spark 3.1+ could be used instead if preferred: https://github.com/apache/iceberg/blob/3ab06f8794944ba49d013a05fea1ef3af412e7c8/spark/v3.0/build.gradle#L26-L29


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] pvary commented on pull request #5759: Build - Move global Spark 2.4 dependency in version.props to Spark 2.4 subproject

Posted by GitBox <gi...@apache.org>.
pvary commented on PR #5759:
URL: https://github.com/apache/iceberg/pull/5759#issuecomment-1247600138

   Thanks @kbendick for the PR and @nastra and @Fokko for the review!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org