On Tue, Jan 24, 2023 at 1:44 PM Sahith Nallapareddy via dev <
dev@beam.apache.org> wrote:
> Hello,
>
> I made a PR, https://github.com/apache/beam/pull/25151, to add
> configurable gRPC channel to the ArtifactRetrievalService stub. We are
> hosting our external transforms in different environments
Hello Everyone,
Thank you for your feedback. I started a pull request
https://github.com/apache/beam/pull/25171 to address this issue. The PR
description contains a summary list of the proposed changes.
Best,
Damon
On Mon, Jan 23, 2023 at 10:38 AM Chamikara Jayalath
wrote:
> +1 for reducing
Yes, that worked.
The issue does not occur if I disable all of the following planner rules:
CoreRules.FILTER_CALC_MERGE, CoreRules.PROJECT_CALC_MERGE,
LogicalCalcMergeRule.INSTANCE (which wraps CoreRules.CALC_MERGE),
and BeamCalcMergeRule.INSTANCE (which wraps CoreRules.CALC_MERGE).
All the rules