Skip to content

Commit

Permalink
feat: boolean columns (tests): update config, add inputs and update r…
Browse files Browse the repository at this point in the history
…esults

- Update {exampleDataset,exampleDatasetAsNdjson}/database_config.yaml.

- `small_metadata_set.tsv`: add test_boolean_column column with
  manually-randomized choices.

- Add metadata.test_boolean_column to `input_file.ndjson`. Copied over
  from `small_metadata_set.tsv` using
  https://github.com/pflanze/ndjson-updater/.

- Add new column to test results; sorting changed because it is
  currently dependent on the hash of the object contents.
  • Loading branch information
pflanze committed Apr 9, 2024
1 parent 7d9fa68 commit c1379ef
Show file tree
Hide file tree
Showing 10 changed files with 385 additions and 212 deletions.
51 changes: 51 additions & 0 deletions endToEndTests/test/queries/DetailsOrderBy.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions endToEndTests/test/queries/DetailsOrderByLimit.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"pango_lineage": "B.1.1.7",
"qc_value": 0.98,
"region": "Europe",
"test_boolean_column": true,
"unsorted_date": null
},
{
Expand All @@ -45,6 +46,7 @@
"pango_lineage": "B.1.1.7",
"qc_value": 0.96,
"region": null,
"test_boolean_column": true,
"unsorted_date": "2021-01-25"
}
]
Expand Down
Loading

0 comments on commit c1379ef

Please sign in to comment.