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

    https://github.com/apache/flink/pull/3748#discussion_r115861002
  
    --- Diff: flink-connectors/flink-connector-cassandra/pom.xml ---
    @@ -176,5 +176,23 @@ under the License.
                                </exclusion>
                        </exclusions>
                </dependency>
    +           <dependency>
    +                   <groupId>org.apache.flink</groupId>
    +                   <artifactId>flink-table_2.10</artifactId>
    +                   <version>${project.version}</version>
    +                   <scope>provided</scope>
    +           </dependency>
    +           <dependency>
    +                   <groupId>org.apache.flink</groupId>
    +                   <artifactId>flink-scala_2.10</artifactId>
    --- End diff --
    
    This is interesting as now `flink-table_2.10` no longer pulls in 
`flink-streaming-scala_2.10` as a transitive dependency. Therefore the change 
needs to introduce the dependency in order to compile anything against the 
`flink-streaming-scala` module (e.g., `StreamExecutionEnviornment`).


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