Skip to content

update insta snapshots#19381

Merged
alamb merged 4 commits intoapache:mainfrom
kosiew:update-snapshot-19380
Dec 18, 2025
Merged

update insta snapshots#19381
alamb merged 4 commits intoapache:mainfrom
kosiew:update-snapshot-19380

Conversation

@kosiew
Copy link
Copy Markdown
Contributor

@kosiew kosiew commented Dec 18, 2025

Which issue does this PR close?

Rationale for this change

Snapshot test passes but the existing value is in a legacy format.

Updated insta snapshots to new format by running
cargo insta test --force-update-snapshots

What changes are included in this PR?

Snapshots in various directories.

Are these changes tested?

Yes

Are there any user-facing changes?

No

No

@github-actions github-actions Bot added sql SQL Planner optimizer Optimizer rules core Core DataFusion crate substrait Changes to the substrait crate common Related to common crate execution Related to the execution crate physical-plan Changes to the physical-plan crate labels Dec 18, 2025
@kosiew kosiew force-pushed the update-snapshot-19380 branch from 92430dd to 1d76b59 Compare December 18, 2025 09:28
@kosiew kosiew force-pushed the update-snapshot-19380 branch from 966b3d7 to 55f2125 Compare December 18, 2025 11:29
@kosiew kosiew marked this pull request as ready for review December 18, 2025 12:23
Copy link
Copy Markdown
Contributor

@adriangb adriangb left a comment

Choose a reason for hiding this comment

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

lgtm asap to avoid conflicts. I can confirm insta was updated 2 days ago: #19327

@@ -1,5 +1,5 @@
---
source: tests/cli_integration.rs
source: datafusion-cli/tests/cli_integration.rs
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is curious / a surprising change

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

the code probably got refactored at some point but the snapshots weren't updated

@alamb
Copy link
Copy Markdown
Contributor

alamb commented Dec 18, 2025

Thanks @kosiew and @adriangb -- since this pR has such a high change of attracting conflicts, and is mostly mechanical, I think we should merge it in now

@alamb alamb added this pull request to the merge queue Dec 18, 2025
Merged via the queue into apache:main with commit ead8209 Dec 18, 2025
60 of 63 checks passed
rkrishn7 pushed a commit to massive-com/arrow-datafusion that referenced this pull request Jan 22, 2026
## Which issue does this PR close?

<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes apache#123` indicates that this PR will close issue apache#123.
-->

- Closes apache#19380.

## Rationale for this change

<!--
Why are you proposing this change? If this is already explained clearly
in the issue then this section is not needed.
Explaining clearly why changes are proposed helps reviewers understand
your changes and offer better suggestions for fixes.
-->

Snapshot test passes but the existing value is in a legacy format.

Updated insta snapshots to new format by running
`cargo insta test --force-update-snapshots`

## What changes are included in this PR?

Snapshots in various directories.

<!--
There is no need to duplicate the description in the issue here but it
is sometimes worth providing a summary of the individual changes in this
PR.
-->

## Are these changes tested?

<!--
We typically require tests for all PRs in order to:
1. Prevent the code from being accidentally broken by subsequent changes
2. Serve as another way to document the expected behavior of the code

If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->
Yes
## Are there any user-facing changes?

<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
-->

No

<!--
If there are any breaking changes to public APIs, please add the `api
change` label.
-->
No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

common Related to common crate core Core DataFusion crate execution Related to the execution crate optimizer Optimizer rules physical-plan Changes to the physical-plan crate sql SQL Planner substrait Changes to the substrait crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Snapshot test passes but the existing value is in a legacy format

3 participants