mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Fix tests and builds
This commit is contained in:
parent
d492acbcd2
commit
1d80072c21
@ -465,6 +465,7 @@ Chunk HDFSSource::generate()
|
||||
|
||||
reader.reset();
|
||||
pipeline.reset();
|
||||
input_format.reset();
|
||||
read_buf.reset();
|
||||
|
||||
if (!initialize())
|
||||
|
@ -5,12 +5,11 @@ namespace DB
|
||||
{
|
||||
|
||||
class ISource;
|
||||
class Chunk;
|
||||
|
||||
void updateRowsProgressApprox(
|
||||
ISource & source,
|
||||
size_t num_rows,
|
||||
size_t chunk_bytes_size,
|
||||
UInt64 chunk_bytes_size,
|
||||
UInt64 total_result_size,
|
||||
UInt64 & total_rows_approx_accumulated,
|
||||
size_t & total_rows_count_times,
|
||||
|
Loading…
Reference in New Issue
Block a user