[jira] [Updated] (BEAM-9494) Remove workaround for BQ transform for Dataflow

2020-06-10 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-9494:

Labels:   (was: stale-assigned)

> Remove workaround for BQ transform for Dataflow
> ---
>
> Key: BEAM-9494
> URL: https://issues.apache.org/jira/browse/BEAM-9494
> Project: Beam
>  Issue Type: Bug
>  Components: io-py-gcp
>Reporter: Luke Cwik
>Priority: P3
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Dataflow incorrectly uses the Flatten input PCollection coder when it 
> performs an optimization instead of the output PCollection coder which can 
> lead to issues if these coders differ.
>  
> The workaround was introduced in [https://github.com/apache/beam/pull/11103]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9494) Remove workaround for BQ transform for Dataflow

2020-06-01 Thread Kenneth Knowles (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kenneth Knowles updated BEAM-9494:
--
Labels: stale-assigned  (was: )

> Remove workaround for BQ transform for Dataflow
> ---
>
> Key: BEAM-9494
> URL: https://issues.apache.org/jira/browse/BEAM-9494
> Project: Beam
>  Issue Type: Bug
>  Components: io-py-gcp
>Reporter: Luke Cwik
>Assignee: Pablo Estrada
>Priority: P3
>  Labels: stale-assigned
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Dataflow incorrectly uses the Flatten input PCollection coder when it 
> performs an optimization instead of the output PCollection coder which can 
> lead to issues if these coders differ.
>  
> The workaround was introduced in [https://github.com/apache/beam/pull/11103]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9494) Remove workaround for BQ transform for Dataflow

2020-04-08 Thread Pablo Estrada (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pablo Estrada updated BEAM-9494:

Fix Version/s: (was: 2.21.0)

> Remove workaround for BQ transform for Dataflow
> ---
>
> Key: BEAM-9494
> URL: https://issues.apache.org/jira/browse/BEAM-9494
> Project: Beam
>  Issue Type: Bug
>  Components: io-py-gcp
>Reporter: Luke Cwik
>Assignee: Pablo Estrada
>Priority: Minor
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Dataflow incorrectly uses the Flatten input PCollection coder when it 
> performs an optimization instead of the output PCollection coder which can 
> lead to issues if these coders differ.
>  
> The workaround was introduced in [https://github.com/apache/beam/pull/11103]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9494) Remove workaround for BQ transform for Dataflow

2020-03-17 Thread Pablo Estrada (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pablo Estrada updated BEAM-9494:

Fix Version/s: (was: 2.20.0)
   2.21.0

> Remove workaround for BQ transform for Dataflow
> ---
>
> Key: BEAM-9494
> URL: https://issues.apache.org/jira/browse/BEAM-9494
> Project: Beam
>  Issue Type: Bug
>  Components: io-py-gcp
>Reporter: Luke Cwik
>Assignee: Pablo Estrada
>Priority: Minor
> Fix For: 2.21.0
>
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Dataflow incorrectly uses the Flatten input PCollection coder when it 
> performs an optimization instead of the output PCollection coder which can 
> lead to issues if these coders differ.
>  
> The workaround was introduced in [https://github.com/apache/beam/pull/11103]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9494) Remove workaround for BQ transform for Dataflow

2020-03-13 Thread Jira


 [ 
https://issues.apache.org/jira/browse/BEAM-9494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ismaël Mejía updated BEAM-9494:
---
Fix Version/s: 2.20.0

> Remove workaround for BQ transform for Dataflow
> ---
>
> Key: BEAM-9494
> URL: https://issues.apache.org/jira/browse/BEAM-9494
> Project: Beam
>  Issue Type: Bug
>  Components: io-py-gcp
>Reporter: Luke Cwik
>Assignee: Pablo Estrada
>Priority: Minor
> Fix For: 2.20.0
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Dataflow incorrectly uses the Flatten input PCollection coder when it 
> performs an optimization instead of the output PCollection coder which can 
> lead to issues if these coders differ.
>  
> The workaround was introduced in [https://github.com/apache/beam/pull/11103]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9494) Remove workaround for BQ transform for Dataflow

2020-03-12 Thread Luke Cwik (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luke Cwik updated BEAM-9494:

Description: 
Dataflow incorrectly uses the Flatten input PCollection coder when it performs 
an optimization instead of the output PCollection coder which can lead to 
issues if these coders differ.

 

The workaround was introduced in [https://github.com/apache/beam/pull/11103]

  was:Dataflow incorrectly uses the Flatten input PCollection coder when it 
performs an optimization instead of the output PCollection coder which can lead 
to issues if these coders differ.


> Remove workaround for BQ transform for Dataflow
> ---
>
> Key: BEAM-9494
> URL: https://issues.apache.org/jira/browse/BEAM-9494
> Project: Beam
>  Issue Type: Bug
>  Components: io-py-gcp
>Reporter: Luke Cwik
>Assignee: Pablo Estrada
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Dataflow incorrectly uses the Flatten input PCollection coder when it 
> performs an optimization instead of the output PCollection coder which can 
> lead to issues if these coders differ.
>  
> The workaround was introduced in [https://github.com/apache/beam/pull/11103]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9494) Remove workaround for BQ transform for Dataflow

2020-03-12 Thread Luke Cwik (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luke Cwik updated BEAM-9494:

Status: Open  (was: Triage Needed)

> Remove workaround for BQ transform for Dataflow
> ---
>
> Key: BEAM-9494
> URL: https://issues.apache.org/jira/browse/BEAM-9494
> Project: Beam
>  Issue Type: Bug
>  Components: io-py-gcp
>Reporter: Luke Cwik
>Assignee: Pablo Estrada
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Dataflow incorrectly uses the Flatten input PCollection coder when it 
> performs an optimization instead of the output PCollection coder which can 
> lead to issues if these coders differ.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)