twalthr commented on a change in pull request #7409: [FLINK-11064] [table]
Setup a new flink-table module structure
URL: https://github.com/apache/flink/pull/7409#discussion_r245665017
##########
File path: flink-end-to-end-tests/test-scripts/test_streaming_sql.sh
##########
@@ -21,9 +21,6 @@ source "$(dirname "$0")"/common.sh
TEST_PROGRAM_JAR=${END_TO_END_DIR}/flink-stream-sql-test/target/StreamSQLTestProgram.jar
-# copy flink-table jar into lib folder
Review comment:
Copying `flink-table` into the `/lib` was a workaround for a classloading
issue that has most likely been fixed a couple of releases ago. @fhueske just
to verify it again, we can remove the notice and copying in the end to end
test, right?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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