zentol commented on a change in pull request #10460: [FLINK-14574] Fixing
writing with plugin s3 filesystem.
URL: https://github.com/apache/flink/pull/10460#discussion_r354804056
##########
File path: flink-end-to-end-tests/test-scripts/common_s3_minio.sh
##########
@@ -107,4 +107,10 @@ function s3_setup_with_provider {
set_config_key "s3.path-style-access" "true"
}
+###################################
+# Simulates fetching the result in part files into the OUTPUT_PATH. Minio
volume is actually mapped, such that it will
+# already write at the correct location. This function ensures compability
with common_s3.sh script.
+###################################
+function fetch_complete_result { :; }
Review comment:
What happens if I source common_s3 after this script?
----------------------------------------------------------------
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