-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Query Parsing, Upgrade/Downgrade
-
None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2025-03-31, CAR Team 2025-04-14
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Query features can be made conditional on feature flags, for example:
REGISTER_ACCUMULATOR_WITH_FEATURE_FLAG(setUnion, genericParseSingleExpressionAccumulator<AccumulatorSetUnion>, feature_flags::gFeatureFlagArrayAccumulators);
This is currently implemented as ExpressionContext acquiring a global FCV snapshot and using this as the basis for checking if the feature flag condition is fulfilled, also taking params.maxFeatureCompatibilityVersion into account.
This logic should be adapted to also take Operation FCV into account.