zeroflaw commented on issue #1623:
URL: https://github.com/apache/arrow-rs/issues/1623#issuecomment-1113196552

   I don't want to open a new ticket for this.
   
   `parquet = { version = "12.0.0", default-features = false, features = 
["zstd"] }`
   
   Fails to compile with
   
   `format!("{}", dt.format("%Y-%m-%d %H:%M:%S %:z"))
       |                      ^^^^^^ method not found in DateTime<Utc>`
   
   
https://github.com/apache/arrow-rs/blob/7da41c7328820241a1e9a06eb83cade2e1f08da4/parquet/Cargo.toml#L41
   
   This should not have default-features = false
   
   
   


-- 
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]

Reply via email to