You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
load_bigquery_stats: Create empty table with schema. (#2642)
* load_bigquery_stats: Create empty table with schema.
Previously the schema was only set on load. If an engine isn't running
(and therefore no stats are output), the schema on the table is never
set, leading to exceptions in /fuzz-strategy-selection.
Fixes#2629.
* fix tests
* fix import
0 commit comments