You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NDS q58 fails in CI when running against Spark 3.1.1 against the 1TB parquet dataset with decimals.
org.apache.spark.sql.AnalysisException: Decimal scale (59) cannot be greater than precision (38).
at org.apache.spark.sql.types.DecimalType.<init>(DecimalType.scala:48)
at com.nvidia.spark.rapids.GpuOverrides$$anon$97.tagExprForGpu(GpuOverrides.scala:1736
The text was updated successfully, but these errors were encountered:
Describe the bug
NDS q58 fails in CI when running against Spark 3.1.1 against the 1TB parquet dataset with decimals.
The text was updated successfully, but these errors were encountered: