arcs
arcs copied to clipboard
Ignore data in an entity if not matched by fields in the schema, rather than crashing.
Note: DON'T LAND THIS PATCH JUST YET! I want to make sure that #6104 resolves b/167648998 first and this will mask the crash.
Can this be merged now?
I'm really unsure about whether we actually want this or not. It does prevent us from crashing if the schema doesn't match the data, but on the flipside it means that we don't necessarily see errors due to this until they're further uo the stack & harder to debug.