fluent-plugin-bigquery
fluent-plugin-bigquery copied to clipboard
Add new feature of bigquery-avro-load job
Work together with fluent-plugin-avro
Acknowledgements
I would like to extend my sincere gratitude to my team leader, for his instructive advice and useful discussions make me realize where the problem is.
There’re API errors of EOF, because of the synchronization problem of the variable @avro_writer.block_count. And I feel difficult to solve this problem, so maybe it’s better to solve the avro-format problem in the fluent-plugin-avro.
=> Use chunk.size to reset @avro_writer.block_count
I found a mistaken in README.md : chunk_records_limit → chunk_limit_records
I'm sorry. This method does not seem to have any performance advantages. It would be better to generate avro with a formatter plugin.