Re: Beam SQL Alias issue while using With Clause

2023-01-25 Thread Andrew Pilloud via dev
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

Re: Refactor Kubernetes Kafka External load balancer dependency in tests

2023-01-25 Thread Damon Douglas via dev
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

Re: Adding configurable gRPC channels to External transform

2023-01-25 Thread Chamikara Jayalath via dev
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