This is confirmation that you have a schema disagreement in your cluster: - 21a3fa90-74c7-11ea-978a-b556b0c3a5ea = Friday, April 3 05:07:44 PT - 830028a0-7584-11ea-a277-bdf3d1289bdd = Friday, April 3 01:24:18 PT
The schema on the node where you ran that query has an older version of the table (created on Friday 1am PT) versus the expected table ID (created on Friday 5am PT). Try running a nodetool resetlocalschema to force the node to get the latest version from other nodes. Check the docs for details on the command if you need to. Cheers!