Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/3748#discussion_r143965663
--- Diff: flink-connectors/flink-connector-cassandra/pom.xml ---
@@ -187,5 +187,17 @@ under the License.
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-table_2.10</artifactId>
--- End diff --
the scala version should not be hard-coded. see the flink-test-utils
dependency on how to do it.---
