sunjincheng121 commented on a change in pull request #8474:
[FLINK-12409][python] Adds from_elements in TableEnvironment
URL: https://github.com/apache/flink/pull/8474#discussion_r287659910
##########
File path: flink-table/flink-table-api-java-bridge/pom.xml
##########
@@ -52,5 +52,47 @@ under the License.
<artifactId>flink-streaming-java_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
+
+ <!-- python dependencies -->
+
+ <dependency>
Review comment:
I think we should add the NOTICE file for this dependency.
we can take a look at:
https://cwiki.apache.org/confluence/display/FLINK/Licensing
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services