I'm getting the following cryptic error message when trying to import an AVRO file created with fastavro into BigQuery:
Error while reading data, error message: The Apache Avro library failed to read data with the following error: Invalid branch index: 18446744073709551567, the leaves size is: 2 File:
I've searched all over the Internet, but I have no idea what this error actually means. Anyone have any ideas what could be the problem?
You can use the below code to load Avro data from Cloud Storage into a new BigQuery table.
You can refer to this document for more information.