-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
Query 2020-10-05
There's a rule in the pipeline grammar to represent the possible list of projection fieldnames, which unfortunately needs to enumerate all possible strings OR reserved field names (e.g. stage names). This is fragile and we should look into a method for testing the grammar to ensure that we don't miss cases as we add operators.