Skip to content

Commit

Permalink
Source S3: Set CAT exact_order to true (#29351)
Browse files Browse the repository at this point in the history
* set exact_order to true

* newline
  • Loading branch information
girarda authored Aug 11, 2023
1 parent 021a978 commit 84a113f
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,62 @@ acceptance_tests:
- config_path: secrets/config.json
expect_records:
path: integration_tests/expected_records/csv.jsonl
exact_order: true
timeout_seconds: 1800
- config_path: secrets/legacy_csv_custom_encoding_config.json
expect_records:
path: integration_tests/expected_records/legacy_csv_custom_encoding.jsonl
exact_order: true
timeout_seconds: 1800
- config_path: secrets/legacy_csv_custom_format_config.json
expect_records:
path: integration_tests/expected_records/legacy_csv_custom_format.jsonl
exact_order: true
timeout_seconds: 1800
- config_path: secrets/legacy_csv_user_schema_config.json
expect_records:
path: integration_tests/expected_records/legacy_csv_user_schema.jsonl
exact_order: true
timeout_seconds: 1800
- config_path: secrets/legacy_csv_no_header_config.json
expect_records:
path: integration_tests/expected_records/legacy_csv_no_header.jsonl
exact_order: true
timeout_seconds: 1800
- config_path: secrets/legacy_csv_skip_rows_config.json
expect_records:
path: integration_tests/expected_records/legacy_csv_skip_rows.jsonl
exact_order: true
timeout_seconds: 1800
- config_path: secrets/legacy_csv_with_nulls_config.json
expect_records:
path: integration_tests/expected_records/legacy_csv_with_nulls.jsonl
exact_order: true
timeout_seconds: 1800
- config_path: secrets/parquet_config.json
expect_records:
path: integration_tests/expected_records/parquet.jsonl
exact_order: true
timeout_seconds: 1800
- config_path: secrets/parquet_dataset_config.json
expect_records:
path: integration_tests/expected_records/parquet_dataset.jsonl
exact_order: true
timeout_seconds: 1800
- config_path: secrets/avro_config.json
expect_records:
path: integration_tests/expected_records/avro.jsonl
exact_order: true
timeout_seconds: 1800
- config_path: secrets/jsonl_config.json
expect_records:
path: integration_tests/expected_records/jsonl.jsonl
exact_order: true
timeout_seconds: 1800
- config_path: secrets/jsonl_newlines_config.json
expect_records:
path: integration_tests/expected_records/jsonl_newlines.jsonl
exact_order: true
timeout_seconds: 1800

connection:
Expand Down

0 comments on commit 84a113f

Please sign in to comment.