Terraform crash caused by empty list schema in BQ table

Issue has been filed. Workaround, or, rather, the right way to provide an empty schema is to pass nothing, rather than an empty line (which fails on terraform plan) or an empty list (which crashes Terraform).