-
Notifications
You must be signed in to change notification settings - Fork 159
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
[BUG]: fsl to list with validity #2729
[BUG]: fsl to list with validity #2729
Conversation
} | ||
}))?, | ||
}; | ||
let offsets = Offsets::try_from_iter(repeat(element_size).take(self.len()))?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we shouldn't use the validity to create the offsets as we also pass in the validity bitmap separately.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch...
CodSpeed Performance ReportMerging #2729 will not alter performanceComparing Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for debugging!
} | ||
}))?, | ||
}; | ||
let offsets = Offsets::try_from_iter(repeat(element_size).take(self.len()))?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch...
see #2723