Merge code to github (#187)
* merge to 95787f8be1fd0ff215708fb0f49997b632876586 * Bugs fixed
This commit is contained in:
@ -276,7 +276,7 @@ Status CsvScanNode::get_next(RuntimeState* state, RowBatch* row_batch, bool* eos
|
||||
}
|
||||
|
||||
_tuple = reinterpret_cast<Tuple*>(tuple_buffer);
|
||||
memset(_tuple, 0, sizeof(_tuple_desc->num_null_bytes()));
|
||||
memset(_tuple, 0, _tuple_desc->num_null_bytes());
|
||||
|
||||
// Indicates whether there are more rows to process.
|
||||
bool csv_eos = false;
|
||||
|
||||
Reference in New Issue
Block a user