Skip to content

build: explicitly set publish = false for internal crates#21869

Merged
rluvaton merged 2 commits intoapache:mainfrom
rluvaton:mark-internal-crates-unpublished
Apr 27, 2026
Merged

build: explicitly set publish = false for internal crates#21869
rluvaton merged 2 commits intoapache:mainfrom
rluvaton:mark-internal-crates-unpublished

Conversation

@rluvaton
Copy link
Copy Markdown
Member

Which issue does this PR close?

N/A

Rationale for this change

this is done so we can query cargo metadata alone to find only user facing crates
and to use cargo metadata to find user facing crates when searching for breaking changes in pr as suggested here:

What changes are included in this PR?

set publish = false for:

  1. datafusion-benchmarks
  2. datafusion-wasmtest
  3. test-utils

Are these changes tested?

I verified that these are not already published to crates.io and not in dev/release/README.md Publish on Crates.io list

Are there any user-facing changes?

No

this is done so we can query cargo metadata alone to find only user
facing crates
@rluvaton rluvaton added this pull request to the merge queue Apr 27, 2026
Merged via the queue into apache:main with commit 0ebecd5 Apr 27, 2026
34 checks passed
@rluvaton rluvaton deleted the mark-internal-crates-unpublished branch April 27, 2026 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants