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
Filter::mergeWith API is used to merge filters pushed down from the join to topN operators into collocated table scan. Currently this API is implemented for numeric types. This task is to implement the API for strings.
#119 PR introduced Filter::mergeWith() API with implementation for numeric types.
#103 introduced filter pushdown that uses Filter::mergeWith() API.
This issue has been automatically marked as stale because it has not had any activity in the last year. If you feel that this issue is important, add a comment explaining why the issue is still relevant and the stale tag will be removed; otherwise it will be closed in 14 days. This is an attempt to ensure that our open issues remain valuable and relevant so that we can keep track of what needs to be done and prioritize the right things.
Filter::mergeWith API is used to merge filters pushed down from the join to topN operators into collocated table scan. Currently this API is implemented for numeric types. This task is to implement the API for strings.
#119 PR introduced Filter::mergeWith() API with implementation for numeric types.
#103 introduced filter pushdown that uses Filter::mergeWith() API.
CC: @pedroerp @aditi-pandit @majetideepak
The text was updated successfully, but these errors were encountered: