So it looks like the schema for `integ_test_small_csv_test_1` was updated yesterday around the same time that PR#10563 went in, and it no longer matches the schema we expect in the test.
I'm just going to change it back for now. I am curious who changed it and why, if the perpetrator is on this list please let us know :) Note the updateTime: ``` ❯ gcloud beta data-catalog entries lookup '`datacatalog`.`entry`.`apache-beam-testing`.`us-central1`.`samples`.`integ_test_small_csv_test_1`'`` gcsFilesetSpec: filePatterns: - gs://apache-beam-samples/integration_test_small_csv/test.csv linkedResource: // datacatalog.googleapis.com/projects/apache-beam-testing/locations/us-central1/entryGroups/samples/entries/integ_test_small_csv_test_1 name: projects/apache-beam-testing/locations/us-central1/entryGroups/samples/entries/integ_test_small_csv_test_1 schema: columns: - column: id mode: NULLABLE type: INT64 - column: name mode: NULLABLE type: STRING - column: type mode: NULLABLE type: STRING sourceSystemTimestamps: createTime: '2019-08-16T01:49:06.235Z' updateTime: '2020-02-04T17:18:17.671Z' type: FILESET ```