-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Goals for this task:
- Implement visit(ExpressionEncStrEndsWith*) in our IntentionPreVisitor specialization.
- Implement visit(ExpressionEncStrStartsWith*) in IntentionInVisitorBase.
- Implement visit(ExpressionEncStrStartsWith*) in IntentionPostVisitorBase.
Performing the above items should result in the constant literal value in ExpressionEncStrStartsWith being replaced with the placeholder.
Testing:
- Sanity check test, can we add a test in fle/agg.js or fle/find.js which checks that we can't use $encStrEndsWith a FLE1 encryption schema?
- Expression_analysis_test.cpp: Add test to EvaluatedExpressionsCorrectlyReturnNotEncrypted which checks that new expressions return an unencrypted value (i.e evaluates to bool).
- Fle_match_expression_test.cpp: Here we can add unit tests for checking that ExpressionEncStrEndsWith gets replaced with a placeholder by FLEMatchExpression.
We can add query analysis jstests in a follow-up ticket.
- depends on
-
SERVER-101122 Implement TextIntenderWalker and visit() methods for $encStrStartsWith
-
- Closed
-
- is depended on by
-
SERVER-101218 Implement query analysis js integration tests for $encStrEndsWith
-
- Open
-