You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/03/19 00:40:37 UTC

[GitHub] [beam] lostluck commented on a change in pull request #17046: [BEAM-12898] Flink Load Tests failure- UncheckedExecutionException - leaking vms

lostluck commented on a change in pull request #17046:
URL: https://github.com/apache/beam/pull/17046#discussion_r830416399



##########
File path: sdks/go/pkg/beam/core/runtime/graphx/translate.go
##########
@@ -36,7 +36,7 @@ import (
 // TODO(lostluck): 2018/05/28 Extract these from their enum descriptors in the pipeline_v1 proto
 const (
 	URNImpulse       = "beam:transform:impulse:v1"
-	URNParDo         = "beam:transform:pardo:v1"
+	URNParDo         = "beam:transform:org.apache.beam:pardo:v1"

Review comment:
       Agreed with Kyle. The Proto is Canonical, and that PR didn't change the canonical URN for all ParDos. 
   
   The referenced PR was specifically for expansion requests for Cross Language transforms, not DoFns executing in their native environment, which is what this URN represents.
   
   What is the actual bug for "unsupported logical type" that your'e getting? That's how it's reporting it, but is there more to the exception than that?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org