Skip to content

Conversation

adriangb
Copy link
Contributor

@adriangb adriangb commented Aug 12, 2025

@github-actions github-actions bot added the core Core DataFusion crate label Aug 12, 2025
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

very cool -- thank you @adriangb

];
assert_batches_eq!(expected, &[res]);
// Now check what our filter looks like
insta::assert_snapshot!(
Copy link
Contributor

Choose a reason for hiding this comment

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

this is pretty cool (that you can see the predicate after the plan runs)

@adriangb adriangb merged commit 048374c into apache:main Aug 14, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test TopK Dynamic Filter Optimization w/ ORDER BY on multiple columns
2 participants