Sameer Raheja
Sameer Raheja
**Describe the bug** ``` [2024-01-20T14:37:05.949Z] FAILED ../../src/main/python/hash_aggregate_test.py::test_hash_multiple_mode_query_avg_distincts[{'spark.rapids.sql.variableFloatAgg.enabled': 'true', 'spark.rapids.sql.castStringToFloat.enabled': 'true'}-[('a', RepeatSeq(Float)), ('b', Float), ('c', Long)]][DATAGEN_SEED=1705756525, INJECT_OOM, IGNORE_ORDER, INCOMPAT, APPROXIMATE_FLOAT, ALLOW_NON_GPU(HashAggregateExec,AggregateExpression,UnscaledValue,MakeDecimal,AttributeReference,Alias,Sum,Count,Max,Min,Average,Cast,StddevPop,StddevSamp,VariancePop,VarianceSamp,NormalizeNaNAndZero,GreaterThan,Literal,If,EqualTo,First,SortAggregateExec,Coalesce,IsNull,EqualNullSafe,PivotFirst,GetArrayItem,ShuffleExchangeExec,HashPartitioning)] - AssertionError: GPU and CPU float values are different [0,...
**Is your feature request related to a problem? Please describe.** Drop support for CentOS7, as it will be end of life mid-2024, per https://www.redhat.com/en/topics/linux/centos-linux-eol **Describe the solution you'd like** Support...
**Is your feature request related to a problem? Please describe.** I wish the RAPIDS Accelerator for Apache Spark would recognize the Oracle OCI filesystem for cloud reading, including it in...
**Describe the bug** [2024-01-21T17:44:19.558Z] FAILED ../../src/main/python/hash_aggregate_test.py::test_exact_percentile_reduction[[('val', RepeatSeq(Double)), ('freq', Long(not_null))]][DATAGEN_SEED=1705857175][0m - AssertionError: GPU and CPU float values are different [0, 'percentile(val,... Summary: ``` 09:44:19 --- CPU OUTPUT 09:44:19 +++ GPU OUTPUT...
**Is your feature request related to a problem? Please describe.** Add support to the plugin for [Databricks 14.3 ML LTS](https://docs.databricks.com/en/release-notes/runtime/14.3lts-ml.html) **Describe the solution you'd like** Add a shim layer for...
**Is your feature request related to a problem? Please describe.** Adopt the UCX 1.17 bugfix release **Describe the solution you'd like** Upgrade from UCX 1.16 to UCX 1.17 **Describe alternatives...
**Is your feature request related to a problem? Please describe.** Remove support for Spark 3.1, as it is more than two years old per https://spark.apache.org/news/ . It no longer receives...
Spark versions before 3.2.0 are no longer supported. This PR removes the following test conditions * is_before_spark_312 * is_before_spark_313 * is_before_spark_314 * is_before_spark_320 Fixes #11160