Merge pull request #60697 from peter279k/correct_covid19_column

Correct the COVID-19 open dataset date column type
This commit is contained in:
robot-clickhouse 2024-03-03 17:55:28 +01:00 committed by GitHub
commit 389d39cdc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ The CSV file has 10 columns:
```response
┌─name─────────────────┬─type─────────────┐
│ date │ Nullable(String)
│ date │ Nullable(Date)
│ location_key │ Nullable(String) │
│ new_confirmed │ Nullable(Int64) │
│ new_deceased │ Nullable(Int64) │