Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1941#discussion_r61735803
  
    --- Diff: 
flink-batch-connectors/flink-jdbc/src/main/java/org/apache/flink/api/java/io/GenericRow.java
 ---
    @@ -0,0 +1,123 @@
    +package org.apache.flink.api.java.io;
    +
    +import java.beans.Transient;
    +import java.util.Arrays;
    +
    +import org.apache.flink.api.java.tuple.Tuple;
    +
    +/**
    + * This class represent a row as a POJO
    + * 
    + * */
    +public class GenericRow implements java.io.Serializable {
    --- End diff --
    
    Can you use the Row type of the `flink-table` instead? If yes, please add 
the dependency to the `pom.xml` of `flink-jdbc`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to