Skip to content

[Ballista] Remove hard coded ballista versions in scripts - #49

Merged
jorgecarleitao merged 1 commit into
apache:masterfrom
msathis:remove-hardcoded-version
Apr 25, 2021
Merged

[Ballista] Remove hard coded ballista versions in scripts#49
jorgecarleitao merged 1 commit into
apache:masterfrom
msathis:remove-hardcoded-version

Conversation

@msathis

@msathismsathis commented Apr 24, 2021

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Closes#32 .

Rationale for this change

Versions are hardcoded in too many places.

What changes are included in this PR?

Greps version from ballista/rust/core/Cargo.toml and exports it, so other scripts can use it.

Are there any user-facing changes?

N/A

@msathismsathis changed the title Remove hard coded ballista versions. [Ballista] Remove hard coded ballista versions in scriptsApr 24, 2021
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #49 (4a99347) into master (3cb83fe) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@## master #49 +/- ##
=======================================
Coverage 76.24% 76.24% =======================================
Files 134 134 Lines 23051 23051 =======================================
Hits 17576 17576 Misses 5475 5475 
Impacted FilesCoverage Δ
benchmarks/src/bin/tpch.rs35.15% <0.00%> (ø)
benchmarks/src/bin/nyctaxi.rs0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3cb83fe...4a99347. Read the comment docs.

@andygroveandygrove left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I tested locally and integration tests passed.

@jorgecarleitao
jorgecarleitao merged commit fa99979 into apache:masterApr 25, 2021
@msathis
msathis deleted the remove-hardcoded-version branch April 25, 2021 05:40
@houqphouqp added the development-process Related to development process of DataFusion label Jul 29, 2021
HairstonE pushed a commit to HairstonE/datafusion that referenced this pull request Oct 7, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

development-processRelated to development process of DataFusion

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove hard-coded Ballista version from scripts

6 participants

@msathis@codecov-commenter@Dandandan@andygrove@houqp@jorgecarleitao