AHeise 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_r354844957
##########
File path: flink-end-to-end-tests/test-scripts/common_s3.sh
##########
@@ -72,4 +75,22 @@ function s3_setup_with_provider {
set_config_key "$2"
"com.amazonaws.auth.EnvironmentVariableCredentialsProvider"
}
-source "$(dirname "$0")"/common_s3_operations.sh
\ No newline at end of file
+###################################
+# Fetches the result in part files into the OUTPUT_PATH.
+#
+# Globals:
+# OUTPUT_PATH, OUT
+# Arguments:
+# $1 - single?
+# Returns:
+# None
+###################################
+function fetch_complete_result {
+ if [[ "$1" == true ]]; then
+ s3_get_by_full_path_and_filename_prefix "$OUTPUT_PATH" "${OUT}" "" false
Review comment:
I renamed OUT to S3_PREFIX, it's originated from the original test.
----------------------------------------------------------------
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