You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/06/20 14:48:32 UTC

[GitHub] [arrow] jorisvandenbossche opened a new pull request, #36175: MINOR: [Python][CI] Fix harmless user warning in test_list_of_datetime_time_roundtrip

jorisvandenbossche opened a new pull request, #36175:
URL: https://github.com/apache/arrow/pull/36175

   ### Rationale for this change
   
   With recent pandas, this usage of `to_datetime` gives a warning about each element getting parsed individually, and that you can avoid the warning by passing a format:
   
   ```
   >>> pd.to_datetime(['09:00', '09:30', '10:00', '10:30', '11:00', '11:30', '12:00'])
   UserWarning: Could not infer format, so each element will be parsed individually, falling back to `dateutil`. To ensure parsing is consistent and as-expected, please specify a format.
   ```
   
   This doesn't change any behaviour in the test, but just ensures running our tests don't print this warning.
   


-- 
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] conbench-apache-arrow[bot] commented on pull request #36175: MINOR: [Python][CI] Fix harmless user warning in test_list_of_datetime_time_roundtrip

Posted by "conbench-apache-arrow[bot] (via GitHub)" <gi...@apache.org>.
conbench-apache-arrow[bot] commented on PR #36175:
URL: https://github.com/apache/arrow/pull/36175#issuecomment-1599989510

   Conbench analyzed the 6 benchmark runs on commit `5e30fa1c`.
   
   There were 5 benchmark results indicating a performance regression:
   
   - Commit Run on `arm64-t4g-linux-compute` at [2023-06-20 21:07:27Z](http://conbench.ursa.dev/compare/runs/d67a1890340844bf8db03e8e081b686f...95cc979f112d40d19fe41619666d90f5/)
     - [params=threads:2/task_cost:100000/real_time, source=cpp-micro, suite=arrow-thread-pool-benchmark](http://conbench.ursa.dev/compare/benchmarks/064920df815a713680007bfd23c73e00...0649215593c279c58000574204349eda)
     - [params=simple_expression/batch_size:100000/null_prob:0/bool_true_prob:50/real_time, source=cpp-micro, suite=arrow-acero-filter-benchmark](http://conbench.ursa.dev/compare/benchmarks/064920e1677a719380005f3ebec6d825...0649215855d8798780003c013d76a66f)
   - and 3 more (see the report linked below)
   
   The [full Conbench report](https://github.com/apache/arrow/runs/14424206781) has more details.


-- 
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] AlenkaF merged pull request #36175: MINOR: [Python][CI] Fix harmless user warning in test_list_of_datetime_time_roundtrip

Posted by "AlenkaF (via GitHub)" <gi...@apache.org>.
AlenkaF merged PR #36175:
URL: https://github.com/apache/arrow/pull/36175


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