[GitHub] [beam] youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & allow specifying main inputs.

2020-03-12 Thread GitBox
youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & 
allow specifying main inputs.
URL: https://github.com/apache/beam/pull/10991#issuecomment-598480073
 
 
   I think doing this validation in the ParDo transform is something worth 
looking into, and I'd be up for it if it worked as well as you describe. I'm 
definitely not a fan of having to do validation without any info about the 
actual output/input involved. I've even entertained the idea of doing something 
similar, but it would be a decently large refactor (2-3 days?) and has the 
chance of hitting additional roadblocks, so I haven't really made time to look 
into it yet. Definitely something worth taking a day or two to look into after 
SDF is done.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [beam] youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & allow specifying main inputs.

2020-03-11 Thread GitBox
youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & 
allow specifying main inputs.
URL: https://github.com/apache/beam/pull/10991#issuecomment-597891830
 
 
   R: @lukecwik 
   
   Adding Luke to finish up this review since Robert (lostluck@) is on vacation 
for a bit.
   
   Since this was already mostly reviewed, the main thing I'm looking for is 
someone to confirm that I addressed Robert's previous review comments with the 
latest commit. You don't need to review the full change.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [beam] youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & allow specifying main inputs.

2020-03-08 Thread GitBox
youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & 
allow specifying main inputs.
URL: https://github.com/apache/beam/pull/10991#issuecomment-596330576
 
 
   Run Go PostCommit


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [beam] youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & allow specifying main inputs.

2020-03-05 Thread GitBox
youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & 
allow specifying main inputs.
URL: https://github.com/apache/beam/pull/10991#issuecomment-595523525
 
 
   Done: https://jira.apache.org/jira/browse/BEAM-9459


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [beam] youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & allow specifying main inputs.

2020-03-05 Thread GitBox
youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & 
allow specifying main inputs.
URL: https://github.com/apache/beam/pull/10991#issuecomment-595512813
 
 
   The Postcommit error doesn't seem to be directly related to my change from 
what I can tell:
   
   > Error message from worker: java.util.concurrent.ExecutionException: 
java.lang.RuntimeException: Error received from SDK harness for instruction 
-488: process bundle failed for instruction -488 using plan -445 : panic: 
Unexpected coder: 
CoGBK goroutine 87 
[running]:
   > runtime/debug.Stack(0xc00109d970, 0xd2c5e0, 0xc00113cb00)
   >/usr/lib/go-1.12/src/runtime/debug/stack.go:24 +0x9d
   > 
github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/exec.callNoPanic.func1(0xc00109db90)
   >
/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Go_PR/src/sdks/go/test/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/exec/util.go:40
 +0x60
   > panic(0xd2c5e0, 0xc00113cb00)
   >/usr/lib/go-1.12/src/runtime/panic.go:522 +0x1b5
   > 
github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/exec.MakeElementEncoder(0xc9bdb0,
 0xc00114b620, 0xc000822000)
   >
/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Go_PR/src/sdks/go/test/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/exec/coder.go:91
 +0x479
   > 
github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/exec.(*PCollection).Up(0xc000c20fc0,
 0x10018e0, 0xc000c40f00, 0x0, 0xc0010b7b50)
   >
/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Go_PR/src/sdks/go/test/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/exec/pcollection.go:59
 +0xfe
   > 
github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/exec.callNoPanic(0x10018e0,
 0xc000c40f00, 0xc0010b7c28, 0x0, 0x0)
   >
/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Go_PR/src/sdks/go/test/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/exec/util.go:43
 +0x6c
   > 
github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/exec.(*Plan).Execute(0xc001222ee0,
 0x10018e0, 0xc000c40f00, 0xc000d1a490, 0x4, 0xff0340, 0xc00114b440, 0xff0380, 
0xc000c40f40, 0xc0010b7de0, ...)
   >
/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Go_PR/src/sdks/go/test/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/exec/plan.go:93
 +0xdf
   > 
github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/harness.(*control).handleInstruction(0xc0001f4480,
 0x10017a0, 0xc0001bafc0, 0xc000c40d40, 0xc0001bafc0)
   >
/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Go_PR/src/sdks/go/test/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/harness/harness.go:211
 +0xa34
   > 
github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/harness.Main.func2(0x10017a0,
 0xc0001bafc0, 0xc000c40d40)
   >
/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Go_PR/src/sdks/go/test/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/harness/harness.go:118
 +0x1cf
   > created by 
github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/harness.Main
   >
/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Go_PR/src/sdks/go/test/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/vendor/github.com/apache/beam/sdks/go/pkg/beam/core/runtime/harness/harness.go:131
 +0x6e8
   > 
   >
java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
   > ...


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [beam] youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & allow specifying main inputs.

2020-03-05 Thread GitBox
youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & 
allow specifying main inputs.
URL: https://github.com/apache/beam/pull/10991#issuecomment-595512896
 
 
   Run Go PostCommit


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [beam] youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & allow specifying main inputs.

2020-03-05 Thread GitBox
youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & 
allow specifying main inputs.
URL: https://github.com/apache/beam/pull/10991#issuecomment-595484373
 
 
   Run Go PostCommit


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [beam] youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & allow specifying main inputs.

2020-02-27 Thread GitBox
youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & 
allow specifying main inputs.
URL: https://github.com/apache/beam/pull/10991#issuecomment-592171160
 
 
   Run Go PostCommit


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [beam] youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & allow specifying main inputs.

2020-02-27 Thread GitBox
youngoli commented on issue #10991: [BEAM-3301] Refactor DoFn validation & 
allow specifying main inputs.
URL: https://github.com/apache/beam/pull/10991#issuecomment-592171327
 
 
   R: @lostluck 


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services