marvinlanhenke opened a new issue, #240:
URL: https://github.com/apache/iceberg-rust/issues/240

   I just merged main into my dev_branch - now, I cannot compile - perhaps its 
on my side, since i am not sure how this could slip through CI?
   
   
https://github.com/apache/iceberg-rust/blob/main/crates/iceberg/src/spec/values.rs#L1589
   
   error[E0599]: no function or associated item named `from_timestamp_micros` 
found for struct `DateTime` in the current scope
       --> crates/iceberg/src/spec/values.rs:1589:19
        |
   1589 |         DateTime::from_timestamp_micros(micros).unwrap().naive_utc()
        |                   ^^^^^^^^^^^^^^^^^^^^^
        |                   |
        |                   function or associated item not found in 
`DateTime<_>`
        |                   help: there is a method with a similar name: 
`timestamp_micros`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to