Skip to content

Commit

Permalink
[FLINK-35526] Use more up to date jq docker image for Flink e2e tests (
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger authored and hlteoh37 committed Jun 6, 2024
1 parent 5599444 commit 24e43b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function s3_get_number_of_lines_by_prefix() {

# find all files that have the given prefix
parts=$(aws_cli s3api list-objects --bucket "$IT_CASE_S3_BUCKET" --prefix "$1" |
docker run -i --rm stedolan/jq -r '[.Contents[].Key] | join(" ")')
docker run -i --rm ghcr.io/jqlang/jq:1.7.1 -r '[.Contents[].Key] | join(" ")')

# in parallel (N tasks), query the number of lines, store result in a file named lines
N=10
Expand Down

0 comments on commit 24e43b1

Please sign in to comment.