Merge branch '2.0' into 2.1
This commit is contained in:
@ -123,7 +123,7 @@ AVRO_TABLE* avro_table_alloc(const char* filepath, const char* json_schema, size
|
||||
|
||||
if (access(filepath, F_OK) == 0)
|
||||
{
|
||||
rc = avro_file_writer_open(filepath, &table->avro_file);
|
||||
rc = avro_file_writer_open_bs(filepath, &table->avro_file, block_size);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user