KurtYoung commented on a change in pull request #9368: [FLINK-13592][e2e] Fix hardcoded flink version in tpch end-to-end test. URL: https://github.com/apache/flink/pull/9368#discussion_r311037626
########## File path: flink-end-to-end-tests/test-scripts/test_tpch.sh ########## @@ -72,6 +74,7 @@ execution: planner: blink type: batch result-mode: table + parallelism: 2 Review comment: It's a supplement to this issue: https://issues.apache.org/jira/browse/FLINK-13441. I think this is also a good place to cover such scenarios, and don't need to open a jira for it. ---------------------------------------------------------------- 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
