Fix merge problems

The values were not removed from the merge.
This commit is contained in:
Markus Mäkelä 2018-11-06 21:18:42 +02:00
parent 383b0b1989
commit 774e9d1efb
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -264,8 +264,6 @@ uint8_t* process_row_event_data(STableMapEvent map,
{
if (bit_is_set(columns_present, ncolumns, i))
{
avro_value_t field;
avro_value_set_branch(&union_value, 1, &field);
npresent++;
if (bit_is_set(null_bitmap, ncolumns, i))