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

fix: schema issue within writebuilder #2106

Merged
merged 4 commits into from
Jan 25, 2024

Conversation

universalmind303
Copy link
Contributor

Description

The schema when using with_input_execution_plan wasn't being applied.

Related Issue(s)

closes #2105

Documentation

Copy link

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

@universalmind303 universalmind303 changed the title fix schema issue fix: schema issue within writebuilder Jan 22, 2024
@rtyler rtyler enabled auto-merge (rebase) January 24, 2024 18:26
@rtyler rtyler disabled auto-merge January 25, 2024 18:20
@rtyler rtyler merged commit 354fda3 into delta-io:main Jan 25, 2024
19 of 20 checks passed
RobinLin666 pushed a commit to RobinLin666/delta-rs that referenced this pull request Feb 2, 2024
# Description
The schema when using `with_input_execution_plan` wasn't being applied.

# Related Issue(s)
closes delta-io#2105

# Documentation

<!---
Share links to useful documentation
--->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate crate/core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WriteBuilder::with_input_execution_plan does not apply the schema to the log's metadata fields
2 participants