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

feat: Dedup strategy that keeps the last not null field #4184

Merged
merged 10 commits into from
Jun 25, 2024
Prev Previous commit
chore: Update comment
Co-authored-by: Ruihang Xia <[email protected]>
  • Loading branch information
evenyag and waynexia committed Jun 25, 2024
commit f95fc799a8f6f11ba9bc6152a1b4dcdf29a95b3e
2 changes: 1 addition & 1 deletion src/mito2/src/read/dedup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ impl LastFieldsBuilder {
}
};

// Resets itself. `self.builders` already reset in `to_vector()`.
// Resets itself. `self.builders` is already reset in `to_vector()`.
self.clear();

if self.filter_deleted {
Expand Down