Bradley Dice
Bradley Dice
@robertmaynard @KyleFromNVIDIA Could you weigh in on this proposal and/or offer guidance on how to implement it?
@robertmaynard Thanks, that's exactly the kind of feedback I was hoping for. I will open an alternative PR with that change. edit: See #704.
This will be blocked until our new CI system is available. I'll mark it as blocked for now.
We disabled cuSpatial notebooks entirely in #742. I think this can be closed now.
I independently found the same issue and skipped this notebook in #728: https://github.com/rapidsai/docker/pull/728#issuecomment-2631146036
An issue I see here is that Ubuntu 24.04 has different tzdata than previous releases. We get errors like: ``` FAILED tests/test_orc.py::test_orc_reader_datetimestamp[TestOrcFile.testDate1900.orc-False] - RuntimeError: CUDF failure at: /opt/conda/conda-bld/work/cpp/src/datetime/timezone.cpp:141: Failed to...
I filed an upstream issue because this problem appears to be affecting several libraries. https://github.com/apache/orc/issues/2049
Testing is complete. https://github.com/rapidsai/shared-workflows/pull/248 has been merged, so we can close this. The timezone path error message was handled in #17102.
> IMO, we should not change `TestOrcFile.testDate1900.orc` as it is a good example to check if `tzdata-legacy` is required. That is fine with me! I have worked around this by...
This is waiting for https://github.com/rapidsai/gha-tools/pull/153, which is waiting until after the 25.04 release.