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
When loading Avro files to BigQuery, there is a limit on the maximum size of avro data blocks inside an ocf file. In the BQ case, it's 16MB. goavro should support a MaxBlockLen (number of bytes) config option similar to MaxBlockSize (number of rows)
The text was updated successfully, but these errors were encountered:
When loading Avro files to BigQuery, there is a limit on the maximum size of avro data blocks inside an ocf file. In the BQ case, it's 16MB.
goavro
should support aMaxBlockLen
(number of bytes) config option similar toMaxBlockSize
(number of rows)The text was updated successfully, but these errors were encountered: