mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Fix build.
This commit is contained in:
parent
d78290b7ec
commit
bcc0cd8e47
@ -185,7 +185,7 @@ protected:
|
||||
num_updates += 1;
|
||||
}
|
||||
|
||||
last_event_timestamp_usec = static_cast<UInt64>(timestamp.epochMicroseconds());
|
||||
last_event_timestamp_usec = static_cast<UInt64>(Poco::Timestamp().epochMicroseconds());
|
||||
return { res, true };
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user