Github user zuyu commented on the issue: https://github.com/apache/incubator-quickstep/pull/134 For now, the only place uses `QueryProcessor` is the `QuickstepCLI`, and `StorageManager` is not required in the optimizer. On the other hand, in the distributed version, `Conductor` will re-use `QueryProcessor`, but does not need `StorageManger` at all. So I think it is better to have both `StorageManager` and `QueryProcessor` in the `QuickstepCLI`.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---