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

    https://github.com/apache/flink/pull/3748#discussion_r113410392
  
    --- Diff: 
flink-connectors/flink-connector-cassandra/src/test/java/org/apache/flink/streaming/connectors/cassandra/CassandraConnectorITCase.java
 ---
    @@ -108,10 +109,16 @@ protected Cluster buildCluster(Cluster.Builder 
builder) {
        private static final String SELECT_DATA_QUERY = "SELECT * FROM 
flink.test;";
     
        private static final ArrayList<Tuple3<String, Integer, Integer>> 
collection = new ArrayList<>(20);
    +   private static final ArrayList<org.apache.flink.types.Row> 
rowCollection = new ArrayList<>(20);
    +
    +   private static final String[] FIELD_NAMES = new String[] {"id", 
"counter", "batch_id"};
    +   private static final TypeInformation[] FIELD_TYPES = new 
TypeInformation[] {BasicTypeInfo.STRING_TYPE_INFO,
    +   BasicTypeInfo.INT_TYPE_INFO, BasicTypeInfo.INT_TYPE_INFO};
    --- End diff --
    
    missing indentation.


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