| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@shollyman Can you look into why this CSV changed and revert it back to the correct file? Note: we should have a rolling backup of files in the storage-samples project that owns this bucket. |
Sorry, something went wrong.
|
I just looked at the bucket. It was indeed modified at January 22, 2020 at 4:20:49 PM UTC-6. Not sure by whom. $ diff bigquery_us-states_us-states-by-date* 1d0 < name,post_abbr,date 51c50 < Wyoming,WY,1890-07-10 \ No newline at end of file --- > Wyoming,WY,1890-07-10 Looks like the header line was removed and a new line added at the end. Not sure why. |
Sorry, something went wrong.
|
I've restored the file from backup. Closing this PR. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #10194.
For some reason the number of rows in the public test file us-states-by-date.csv has changed from 50 to 49. This PR adjusts the affected test.
PR checklist