Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python][CI] Re-enable skipped dask test_pandas_timestamp_overflow_pyarrow test (GH-36630) #36666

Closed
jorisvandenbossche opened this issue Jul 13, 2023 · 0 comments · Fixed by #38066

Comments

@jorisvandenbossche
Copy link
Member

#36630 added a skip for the test_pandas_timestamp_overflow_pyarrow test in the dask integration build, which was failing because of our changes related to converting non-nanosecond timestamps to pandas.

Once this test is updated on the dask side (and released), we can revert the fix.

@jorisvandenbossche jorisvandenbossche added this to the 14.0.0 milestone Jul 13, 2023
@kou kou closed this as completed in #38066 Oct 6, 2023
kou pushed a commit that referenced this issue Oct 6, 2023
…verflow_pyarrow test (#38066)

* Closes: #36666

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
JerAguilon pushed a commit to JerAguilon/arrow that referenced this issue Oct 23, 2023
…tamp_overflow_pyarrow test (apache#38066)

* Closes: apache#36666

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this issue Nov 13, 2023
…tamp_overflow_pyarrow test (apache#38066)

* Closes: apache#36666

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
…tamp_overflow_pyarrow test (apache#38066)

* Closes: apache#36666

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment