You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createtablenexmark with (
connector ='nexmark',
event_rate ='5'
);
selectbid.datetime-DATE'2023-12-03'from nexmark
group by1;
error[E0277]: cannot subtract `SystemTime` from `SystemTime`
--> pipeline/src/main.rs:126:54
|
126 | ... left - std::time::UNIX_EPOCH
| ^ no implementation for `SystemTime - SystemTime`
|
= help: the trait `Sub` is not implemented for `SystemTime`
= help: the following other types implement trait `Sub<Rhs>`:
<SystemTime as Sub<time::date_time::DateTime<time::date_time::offset_kind::Fixed>>>
<SystemTime as Sub<time::duration::Duration>>
<SystemTime as Sub<time::offset_date_time::OffsetDateTime>>
<SystemTime as Sub<std::time::Duration>>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: