[BUG] [DB 14.3] numRecords
stat in Delta Lake tables is not set on GPU
#12047
Labels
bug
Something isn't working
Describe the bug
When running the test
delta_lake_update_test.py::test_delta_update_dataframe_api
it fails with the following exceptionSteps/Code to reproduce bug
Build spark-rapids for Databricks 14.3 and run the command
TEST_PARALLEL=0 TEST_MODE=DELTA_LAKE_ONLY WITH_DEFAULT_UPSTREAM_SHIM=0 TESTS=delta_lake_update_test.py::test_delta_update_dataframe_api ./jenkins/databricks/test.sh
Expected behavior
The test should pass
Additional context
I think we need to update the GpuUpdateCommand.scala for spark350db143 with the new stats
The text was updated successfully, but these errors were encountered: