Ryan Lee
Ryan Lee
Relies on https://github.com/rapidsai/cudf/pull/11520/files Follow up to #6062 Partial solution to #3149 (`Least` operator still outstanding) Supports `` (null safe equals) comparison on VectorVector, ScalarVector and VectorScalar columns.
A few optimizations in the strategy logic and lots of formatting from clang format
Resolves #11022 Resolves #11016 Fixes test failures caused by some overflow issues caused by the test, but not the focus or point of the test. Also marks and skips tests...
[BUG] [Spark 4] Exceptions from `DateTimeException`s do not match Spark exceptions with ANSI enabled
Description: With ANSI enabled, when reading invalid date in EXCEPTION mode, the exception string from Spark does not match the exception from Spark. Noticed in `csv_test.py::test_read_valid_and_invalid_dates` On Spark pre 4.0:...