Github user navsan commented on a diff in the pull request:
https://github.com/apache/incubator-quickstep/pull/33#discussion_r67097178
--- Diff: query_execution/PolicyEnforcer.hpp ---
@@ -60,12 +61,14 @@ class PolicyEnforcer {
const std::size_t num_numa_nodes,
CatalogDatabaseLite *catalog_database,
StorageManager *storage_manager,
- tmb::MessageBus *bus)
+ tmb::MessageBus *bus,
+ WorkerDirectory *worker_directory)
--- End diff --
Changed the order. BTW, this is not a convention that is followed elsewhere
in the file.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---