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

Support multi-collection in partition-filter #749

Closed
MohamedHamouGisaia opened this issue Dec 20, 2021 · 1 comment · Fixed by #766
Closed

Support multi-collection in partition-filter #749

MohamedHamouGisaia opened this issue Dec 20, 2021 · 1 comment · Fixed by #766
Assignees
Labels
type:breaking Backward incompatible changes type:enhancement Feature that impacts end-user
Milestone

Comments

@MohamedHamouGisaia
Copy link
Member

No description provided.

@MohamedHamouGisaia MohamedHamouGisaia added type:enhancement Feature that impacts end-user type:breaking Backward incompatible changes labels Dec 20, 2021
@MohamedHamouGisaia MohamedHamouGisaia added this to the 20.7.0 milestone Dec 20, 2021
@MohamedHamouGisaia MohamedHamouGisaia added this to Awaiting triage in ARLAS Explore via automation Dec 20, 2021
@MohamedHamouGisaia MohamedHamouGisaia moved this from Awaiting triage to To do Backend in ARLAS Explore Dec 20, 2021
@MohamedHamouGisaia MohamedHamouGisaia removed this from the 20.7.0 milestone Jan 6, 2022
@MohamedHamouGisaia MohamedHamouGisaia moved this from To do Backend to BackLog in ARLAS Explore Jan 28, 2022
@mbarbet mbarbet added this to the 21.0.0 milestone Feb 15, 2022
@mbarbet mbarbet added the type:question Further information is requested label Feb 18, 2022
@alainbodiguel
Copy link
Contributor

Proposed implementation is to pass the partition filter as a map <collection name, filter>, e.g.:
partition-filter: {"mycollection1": {"f":[[{"field":"city","op":"eq","value":"Bordeaux"}]]}}
The previous format is still supported and is a fallback in case the partition filter cannot be parsed as the new format, e.g.:
partition-filter: {"f":[[{"field":"city","op":"eq","value":"Bordeaux"}]]}

ARLAS Explore automation moved this from BackLog to Done Feb 22, 2022
@sebbousquet sebbousquet removed the type:question Further information is requested label May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:breaking Backward incompatible changes type:enhancement Feature that impacts end-user
Projects
ARLAS Explore
  
Done
Development

Successfully merging a pull request may close this issue.

4 participants