[jira] [Commented] (BEAM-6566) SqlTransform does not work for beam version above 2.6.0 if RowCoder explicitly chosen

2020-04-28 Thread Reuven Lax (Jira)
[ https://issues.apache.org/jira/browse/BEAM-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17094666#comment-17094666 ] Reuven Lax commented on BEAM-6566: -- We've redefined RowCoder to be SchemaCoder, so this should work.

[jira] [Commented] (BEAM-6566) SqlTransform does not work for beam version above 2.6.0 if RowCoder explicitly chosen

2020-04-28 Thread Kenneth Knowles (Jira)
[ https://issues.apache.org/jira/browse/BEAM-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17094665#comment-17094665 ] Kenneth Knowles commented on BEAM-6566: --- Is this still a problem? Many things have changed since the

[jira] [Commented] (BEAM-6566) SqlTransform does not work for beam version above 2.6.0 if RowCoder explicitly chosen

2019-03-19 Thread Xuefeng Zhang (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16795765#comment-16795765 ] Xuefeng Zhang commented on BEAM-6566: - Thank you all for looking into this. After remove line of 

[jira] [Commented] (BEAM-6566) SqlTransform does not work for beam version above 2.6.0 if RowCoder explicitly chosen

2019-03-15 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16794003#comment-16794003 ] Kenneth Knowles commented on BEAM-6566: --- That PR of mine I accidentally associated with the wrong

[jira] [Commented] (BEAM-6566) SqlTransform does not work for beam version above 2.6.0 if RowCoder explicitly chosen

2019-03-15 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16793998#comment-16793998 ] Ismaël Mejía commented on BEAM-6566: Is this issue already fixed [~kenn]? > SqlTransform does not

[jira] [Commented] (BEAM-6566) SqlTransform does not work for beam version above 2.6.0 if RowCoder explicitly chosen

2019-02-01 Thread Reuven Lax (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758670#comment-16758670 ] Reuven Lax commented on BEAM-6566: -- yes, I think we should make RowCoder package private. It will require

[jira] [Commented] (BEAM-6566) SqlTransform does not work for beam version above 2.6.0 if RowCoder explicitly chosen

2019-02-01 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758636#comment-16758636 ] Kenneth Knowles commented on BEAM-6566: --- It sounds like the solution is to put it in the release

[jira] [Commented] (BEAM-6566) SqlTransform does not work for beam version above 2.6.0

2019-02-01 Thread Reuven Lax (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758496#comment-16758496 ] Reuven Lax commented on BEAM-6566: -- Also this change should have been called out in the release notes.

[jira] [Commented] (BEAM-6566) SqlTransform does not work for beam version above 2.6.0

2019-02-01 Thread Reuven Lax (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758493#comment-16758493 ] Reuven Lax commented on BEAM-6566: -- Kenn is correct. RowCoder should (no longer) ever be used directly.

[jira] [Commented] (BEAM-6566) SqlTransform does not work for beam version above 2.6.0

2019-01-31 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16757907#comment-16757907 ] Kenneth Knowles commented on BEAM-6566: --- [~Xuefeng_Zhang] can you remove the {{.setCoder}} lines and

[jira] [Commented] (BEAM-6566) SqlTransform does not work for beam version above 2.6.0

2019-01-30 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16756965#comment-16756965 ] Kenneth Knowles commented on BEAM-6566: --- Thanks for the report! We will look into this ASAP. There