1

I'm trying to append the results of a query to another table.

It doesn't work and sends out the following error:

Error: Invalid schema update. Field X has changed mode from REQUIRED to NULLABLE.

The field X is indeed REQUIRED, but I don't try to insert any NULL-values into that specific column (the whole table doesn't have a single NULL value).

This looks like a bug to me. Anyone knows a way to work around this issue?

1 Answers1

1

The issue is fixed after switching from Legacy SQL to Standard SQL.

Xiaoxia Lin
  • 736
  • 6
  • 16