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

    https://github.com/apache/apex-malhar/pull/358#discussion_r74005794
  
    --- Diff: 
library/src/main/java/com/datatorrent/lib/db/jdbc/JdbcPollInputOperator.java ---
    @@ -18,214 +18,75 @@
      */
     package com.datatorrent.lib.db.jdbc;
     
    -import java.sql.PreparedStatement;
     import java.sql.ResultSet;
     import java.sql.SQLException;
     import java.util.ArrayList;
    -import java.util.List;
    -
    -import org.slf4j.Logger;
    -import org.slf4j.LoggerFactory;
     
     import org.apache.hadoop.classification.InterfaceStability.Evolving;
     
     import com.google.common.collect.Lists;
     
     import com.datatorrent.api.Context.OperatorContext;
    -import com.datatorrent.api.annotation.OperatorAnnotation;
    +import com.datatorrent.api.DefaultOutputPort;
    +import com.datatorrent.api.annotation.OutputPortFieldAnnotation;
     
     /**
    - * A concrete implementation for {@link AbstractJdbcPollInputOperator}} for
    + * A concrete implementation for {@link AbstractJdbcPollInputOperator} for
      * consuming data from MySQL using JDBC interface <br>
    --- End diff --
    
    Can we remove explicit mention for MySQL? I think it is generic as of now..


---
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