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/11/12 22:26:58 UTC

[GitHub] [arrow-rs] viirya opened a new issue, #3097: Clippy failing on master : error: use of deprecated associated function chrono::NaiveDate::from_ymd: use from_ymd_opt() instead

viirya opened a new issue, #3097:
URL: https://github.com/apache/arrow-rs/issues/3097

   **Describe the bug**
   <!--
   A clear and concise description of what the bug is.
   -->
   
   Clippy failing on master https://github.com/apache/arrow-rs/actions/runs/3452655275/jobs/5762703673
   
   ```
   error: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
      --> arrow-array/src/timezone.rs:303:28
       |
   303 |         let t = NaiveDate::from_ymd(2000, 1, 1);
       |                            ^^^^^^^^
   ```
   
   **To Reproduce**
   <!--
   Steps to reproduce the behavior:
   -->
   
   **Expected behavior**
   <!--
   A clear and concise description of what you expected to happen.
   -->
   
   **Additional context**
   <!--
   Add any other context about the problem here.
   -->


-- 
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.apache.org

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


[GitHub] [arrow-rs] alamb commented on issue #3097: Clippy failing on master : error: use of deprecated associated function chrono::NaiveDate::from_ymd: use from_ymd_opt() instead

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #3097:
URL: https://github.com/apache/arrow-rs/issues/3097#issuecomment-1327307570

   `label_issue.py` automatically added labels {'arrow'} from #3096


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


[GitHub] [arrow-rs] alamb commented on issue #3097: Clippy failing on master : error: use of deprecated associated function chrono::NaiveDate::from_ymd: use from_ymd_opt() instead

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #3097:
URL: https://github.com/apache/arrow-rs/issues/3097#issuecomment-1327307559

   `label_issue.py` automatically added labels {'parquet'} from #3096


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


[GitHub] [arrow-rs] tustvold closed issue #3097: Clippy failing on master : error: use of deprecated associated function chrono::NaiveDate::from_ymd: use from_ymd_opt() instead

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #3097: Clippy failing on master : error: use of deprecated associated function chrono::NaiveDate::from_ymd: use from_ymd_opt() instead
URL: https://github.com/apache/arrow-rs/issues/3097


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