You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: add fragment_group_size to reduce lance scan task (#5261)
## Changes Made
When the number of fragments is large, the current implementation method
assigns one task to each fragment, which results in a long planning
time. Therefore, some fragment filtering and fragment grouping
implementations have been added here to reduce the number of tasks.
<!-- Describe what changes were made and why. Include implementation
details if necessary. -->
## Related Issues
<!-- Link to related GitHub issues, e.g., "Closes#123" -->
## Checklist
- [ ] Documented in API Docs (if applicable)
- [ ] Documented in User Guide (if applicable)
- [ ] If adding a new documentation page, doc is added to
`docs/mkdocs.yml` navigation
- [ ] Documentation builds and is formatted properly (tag @/ccmao1130
for docs review)
0 commit comments