[jira] [Resolved] (BEAM-8612) Convert []beam.T to the underlying type []T when passed to a DoFn with universal typed (beam.X) input

2019-11-26 Thread Tianyang Hu (Jira)
[ https://issues.apache.org/jira/browse/BEAM-8612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tianyang Hu resolved BEAM-8612. --- Fix Version/s: Not applicable Resolution: Fixed > Convert []beam.T to the underlying type []T

[jira] [Updated] (BEAM-8612) Convert []beam.T to the underlying type []T when passed to a DoFn with universal typed (beam.X) input

2019-11-26 Thread Tianyang Hu (Jira)
[ https://issues.apache.org/jira/browse/BEAM-8612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tianyang Hu updated BEAM-8612: -- Status: Open (was: Triage Needed) > Convert []beam.T to the underlying type []T when passed to a DoFn

[jira] [Updated] (BEAM-8612) Convert []beam.T to the underlying type []T when passed to a DoFn with universal typed (beam.X) input

2019-11-11 Thread Tianyang Hu (Jira)
[ https://issues.apache.org/jira/browse/BEAM-8612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tianyang Hu updated BEAM-8612: -- Description: Say there are two DoFn: f1, f2. - f1 declares the output type as []beam.T, and each

[jira] [Updated] (BEAM-8612) Convert []beam.T to the underlying type []T when passed to a DoFn with universal typed (beam.X) input

2019-11-11 Thread Tianyang Hu (Jira)
[ https://issues.apache.org/jira/browse/BEAM-8612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tianyang Hu updated BEAM-8612: -- Description: Say there are two DoFn: f1, f2. - f1 declares the output type as []beam.T, and each

[jira] [Created] (BEAM-8612) Convert []beam.T to the underlying type []T when passed to a DoFn with universal typed (beam.X) input

2019-11-11 Thread Tianyang Hu (Jira)
Tianyang Hu created BEAM-8612: - Summary: Convert []beam.T to the underlying type []T when passed to a DoFn with universal typed (beam.X) input Key: BEAM-8612 URL: https://issues.apache.org/jira/browse/BEAM-8612

[jira] [Resolved] (BEAM-7665) Support TypeDefinition options in beam.Combine()

2019-08-30 Thread Tianyang Hu (Jira)
[ https://issues.apache.org/jira/browse/BEAM-7665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tianyang Hu resolved BEAM-7665. --- Fix Version/s: 2.14.0 Resolution: Fixed > Support TypeDefinition options in beam.Combine() >

[jira] [Updated] (BEAM-7665) Support TypeDefinition options in beam.Combine()

2019-07-01 Thread Tianyang Hu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-7665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tianyang Hu updated BEAM-7665: -- Description: Today, CombineFn's output type must be either concrete or a generic type that can be

[jira] [Created] (BEAM-7665) Support TypeDefinition options in beam.Combine()

2019-07-01 Thread Tianyang Hu (JIRA)
Tianyang Hu created BEAM-7665: - Summary: Support TypeDefinition options in beam.Combine() Key: BEAM-7665 URL: https://issues.apache.org/jira/browse/BEAM-7665 Project: Beam Issue Type:

[jira] [Created] (BEAM-6577) The shim generator doesn't examine func return types when generating necessary imports

2019-02-01 Thread Tianyang Hu (JIRA)
Tianyang Hu created BEAM-6577: - Summary: The shim generator doesn't examine func return types when generating necessary imports Key: BEAM-6577 URL: https://issues.apache.org/jira/browse/BEAM-6577

[jira] [Commented] (BEAM-3580) Do not use Go BytesCoder to encode string

2019-01-15 Thread Tianyang Hu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16743374#comment-16743374 ] Tianyang Hu commented on BEAM-3580: --- Sounds good. Sorry that I didn't get the time to fix this after

[jira] [Commented] (BEAM-3580) Do not use Go BytesCoder to encode string

2019-01-03 Thread Tianyang Hu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16733743#comment-16733743 ] Tianyang Hu commented on BEAM-3580: --- Seems that this breaks beam.Combine(s, combineFn, PCollection) in