Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-44506][BUILD] Upgrade mima-core & sbt-mima-plugin to 1.1.3 #42102

Closed
wants to merge 1 commit into from

Conversation

panbingkun
Copy link
Contributor

@panbingkun panbingkun commented Jul 21, 2023

What changes were proposed in this pull request?

The pr aims to upgrade mima-core & sbt-mima-plugin from 1.1.2 to 1.1.3.

Why are the changes needed?

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass GA.

@github-actions github-actions bot added the BUILD label Jul 21, 2023
@LuciferYang
Copy link
Contributor

https://github.com/panbingkun/spark/actions/runs/5618164088/job/15223370052

The failure is not related to this pr

× python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [1723 lines of output]
      /tmp/tmp.uxumhzdXns/3.9/lib/python3.9/site-packages/setuptools/dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options
      !!
      
              ********************************************************************************
              Usage of dash-separated 'description-file' will not be supported in future
              versions. Please use the underscore name 'description_file' instead.
      
              By 2023-Sep-26, you need to update your project and remove deprecated calls
              or your builds will no longer be supported.
      
              See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
              ********************************************************************************
      
      !!
        opt = self.warn_dash_deprecation(opt, section)
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build/lib
      creating build/lib/pyspark
      copying pyspark/shuffle.py -> build/lib/pyspark
      copying pyspark/join.py -> build/lib/pyspark
      copying pyspark/version.py -> build/lib/pyspark
Error: opy2023-07-21T06:16:24.6300801Z ##[error]No space left on device : '/home/runner/runners/2.306.0/_diag/pages/802dd022-25d1-4cd9-84b5-f3a8a6b77d43_e5670e20-a167-5e79-97fe-291b0341a415_1.log'

@LuciferYang
Copy link
Contributor

Merged to master. Thanks @yaooqinn and @panbingkun

ragnarok56 pushed a commit to ragnarok56/spark that referenced this pull request Mar 2, 2024
### What changes were proposed in this pull request?
The pr aims to upgrade `mima-core` & `sbt-mima-plugin` from 1.1.2 to 1.1.3.

### Why are the changes needed?
- Release note:
https://github.com/lightbend/mima/releases/tag/1.1.3

- This version adapts to scala-2.12.18 & scala-2.13.11, which is also used by Spark currently
Update scala-library, scala-reflect to 2.12.18 by scala-steward in lightbend-labs/mima#764
Update scala-library, scala-reflect to 2.13.11 by scala-steward in lightbend-labs/mima#765

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.

Closes apache#42102 from panbingkun/SPARK-44506.

Authored-by: panbingkun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants