Github user jianqiao commented on the issue:
https://github.com/apache/incubator-quickstep/pull/122
@zuyu `LIPFilterDeployment` gets serialized into `QueryContext`, and
`LIPFilterBuilder` is a helper class that just wraps some contents from
`LIPFilterDeployment`.
The current design is that `LIPFilterBuilder`'s are created with the
information from `LIPFilterDeployment` in `WorkOrderFactory`. So it should
suffice to serialize only `LIPFilterDeployment`.
The test failure seems to be caused by the fact that
`LIPFilterDeployment`'s are not actually serialized, which was supposed to be
done by `LIPFilterGenerator`. So are there some changes in the distributed case
that bypass the LIPFilter-related routine in `ExecutionGenerator`? (Or you can
simply disable LIPFilters in the distributed case by setting
`-use_lip_filters=false`)
---
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.
---