From 4ed84d495ecfe8beaf887d2ce76b95dea4c35ec2 Mon Sep 17 00:00:00 2001 From: Liren Tu Date: Mon, 26 Sep 2022 23:31:47 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20S3=20destination:=20fix=20typo?= =?UTF-8?q?=20in=20the=20spec=20field=20description=20(#17153)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../expected_rendered_yaml/destination_s3/expected.yaml | 6 +++--- .../expected_rendered_yaml/destination_s3/input_spec.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/octavia-cli/integration_tests/test_generate/expected_rendered_yaml/destination_s3/expected.yaml b/octavia-cli/integration_tests/test_generate/expected_rendered_yaml/destination_s3/expected.yaml index fddf443e59fa..13f5a5eeee43 100644 --- a/octavia-cli/integration_tests/test_generate/expected_rendered_yaml/destination_s3/expected.yaml +++ b/octavia-cli/integration_tests/test_generate/expected_rendered_yaml/destination_s3/expected.yaml @@ -34,14 +34,14 @@ configuration: # include_checksum: # OPTIONAL | boolean | If true, include a checksum with each data block. ## -------- Another valid structure for compression_codec: -------- # codec: "snappy" # REQUIRED | string - part_size_mb: 5 # OPTIONAL | integer | This is the size of a "Part" being buffered in memory. It limits the memory usage when writing. Larger values will allow to upload a bigger files and improve the speed, but consumes9 more memory. Allowed values: min=5MB, max=525MB Default: 5MB. | Example: 5 + part_size_mb: 5 # OPTIONAL | integer | This is the size of a "Part" being buffered in memory. It limits the memory usage when writing. Larger values will allow to upload a bigger files and improve the speed, but consumes more memory. Allowed values: min=5MB, max=525MB Default: 5MB. | Example: 5 ## -------- Another valid structure for format: -------- # format_type: "CSV" # REQUIRED | string # flattening: "No flattening" # REQUIRED | string | Whether the input json data should be normalized (flattened) in the output CSV. Please refer to docs for details. - # part_size_mb: 5 # OPTIONAL | integer | This is the size of a "Part" being buffered in memory. It limits the memory usage when writing. Larger values will allow to upload a bigger files and improve the speed, but consumes9 more memory. Allowed values: min=5MB, max=525MB Default: 5MB. | Example: 5 + # part_size_mb: 5 # OPTIONAL | integer | This is the size of a "Part" being buffered in memory. It limits the memory usage when writing. Larger values will allow to upload a bigger files and improve the speed, but consumes more memory. Allowed values: min=5MB, max=525MB Default: 5MB. | Example: 5 ## -------- Another valid structure for format: -------- # format_type: "JSONL" # REQUIRED | string - # part_size_mb: 5 # OPTIONAL | integer | This is the size of a "Part" being buffered in memory. It limits the memory usage when writing. Larger values will allow to upload a bigger files and improve the speed, but consumes9 more memory. Allowed values: min=5MB, max=525MB Default: 5MB. | Example: 5 + # part_size_mb: 5 # OPTIONAL | integer | This is the size of a "Part" being buffered in memory. It limits the memory usage when writing. Larger values will allow to upload a bigger files and improve the speed, but consumes more memory. Allowed values: min=5MB, max=525MB Default: 5MB. | Example: 5 ## -------- Another valid structure for format: -------- # format_type: "Parquet" # REQUIRED | string # compression_codec: "UNCOMPRESSED" # OPTIONAL | string | The compression algorithm used to compress data pages. diff --git a/octavia-cli/integration_tests/test_generate/expected_rendered_yaml/destination_s3/input_spec.yaml b/octavia-cli/integration_tests/test_generate/expected_rendered_yaml/destination_s3/input_spec.yaml index 2d332c60efd8..5dde0fd6567f 100644 --- a/octavia-cli/integration_tests/test_generate/expected_rendered_yaml/destination_s3/input_spec.yaml +++ b/octavia-cli/integration_tests/test_generate/expected_rendered_yaml/destination_s3/input_spec.yaml @@ -199,7 +199,7 @@ spec: description: "This is the size of a \"Part\" being buffered in memory.\ \ It limits the memory usage when writing. Larger values will allow\ - \ to upload a bigger files and improve the speed, but consumes9\ + \ to upload a bigger files and improve the speed, but consumes\ \ more memory. Allowed values: min=5MB, max=525MB Default: 5MB." type: "integer" default: 5 @@ -230,7 +230,7 @@ spec: description: "This is the size of a \"Part\" being buffered in memory.\ \ It limits the memory usage when writing. Larger values will allow\ - \ to upload a bigger files and improve the speed, but consumes9\ + \ to upload a bigger files and improve the speed, but consumes\ \ more memory. Allowed values: min=5MB, max=525MB Default: 5MB." type: "integer" default: 5 @@ -250,7 +250,7 @@ spec: description: "This is the size of a \"Part\" being buffered in memory.\ \ It limits the memory usage when writing. Larger values will allow\ - \ to upload a bigger files and improve the speed, but consumes9\ + \ to upload a bigger files and improve the speed, but consumes\ \ more memory. Allowed values: min=5MB, max=525MB Default: 5MB." type: "integer" default: 5