You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/29 11:29:14 UTC

[GitHub] [arrow-rs] zeroflaw commented on issue #1623: Release next version of arrow-rs after 12.0.0

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org