MithunR

Results 156 comments of MithunR

It's looking good to go, now that the build is passing as well, no?

Some of these tests fail because of the use of a deprecated conf variable: ``` E pyspark.errors.exceptions.captured.AnalysisException: The SQL config 'spark.sql.legacy.parquet.datetimeRebaseModeInWrite' was removed in the version 4.0.0 . Use 'spark.sql.parquet.datetimeRebaseModeInWrite'...

`test_non_empty_ctas` fails because of creating a table pointing to a non-empty directory: ``` E pyspark.errors.exceptions.captured.AnalysisException: CREATE-TABLE-AS-SELECT cannot create table with location to a non-empty directory file:///tmp/pyspark_tests/pop-os-main-3128167-2117921863/CTAS/ctas. To allow overwriting the...

Unassigning myself. I don't think I'll get to this in the next couple of weeks.

I was wondering if this could be checked in before #11066. It doesn't need to wait, does it?

Some context here: These tests pass when ANSI mode is disabled.

More info: `subquery_test.py::test_scalar_subquery_struct` fails because of a possible bug in `libcudf`: ``` E Suppressed: com.nvidia.spark.rapids.jni.GpuRetryOOM: injected RetryOOM E at ai.rapids.cudf.ColumnView.hasNonEmptyNulls(Native Method) E at ai.rapids.cudf.ColumnView.hasNonEmptyNulls(ColumnView.java:5218) E at ai.rapids.cudf.AssertEmptyNulls.assertNullsAreEmpty(AssertEmptyNulls.java:33) E at ai.rapids.cudf.ColumnView.(ColumnView.java:58)...