-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2023-05-29
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Refactor ParsedUpdate::parseQueryToCQ() into a free function and reuse it for ParsedDelete.
and also consider hiding ExtensionsCallback parameter from the interface. It seems that we expose ExtensionsCallback to avoid dependency but there's a way to hide it and still avoid dependency issue. I have a prototype and it can nicely avoid the dependency issue.