You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beam.apache.org by Alexey Diomin <di...@gmail.com> on 2018/03/22 11:27:18 UTC

Flink Runner display transform bug

Hi

I have this display in 2.3.0 and 2.4.0 versions.
Main problem that RawParDo doesn't provide correctly name.

As hotfix I did custom build with small fix, but I don't sure in his
correctness.

@Override
protected String getKindString() {
  return protoTransform.getUniqueName();
}


Can anybody check this problem on another runners?

Thanks,
Alexey

Re: Flink Runner display transform bug

Posted by Aljoscha Krettek <al...@apache.org>.
I think this might be a problem in how we set display names? Would you mind opening a Jira issue for that?

> On 22. Mar 2018, at 04:27, Alexey Diomin <di...@gmail.com> wrote:
> 
> Hi
> 
> I have this display in 2.3.0 and 2.4.0 versions.
> Main problem that RawParDo doesn't provide correctly name.
> 
> As hotfix I did custom build with small fix, but I don't sure in his correctness. 
> 
> @Override
> protected String getKindString() {
>   return protoTransform.getUniqueName();
> }
> 
> Can anybody check this problem on another runners?
> 
> Thanks,
> Alexey
> <transformer_name1.png><transformer_name2.png>