-
Type:
Task
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We currently pass in a const * to an ExecAggStage::getNext() in the sdk, which is meant to track the handle "owner" of the implementation instance.
Currently, we are forced to do a const_cast when forwarding onwards back across the API boundary. Refactor this code and investigate if we can consolidate the use cases.