dawidwys 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_r311049889
########## 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: You are right I missed it. Now I get it. I think this would be a perfect description for the extracted commit. ---------------------------------------------------------------- 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
