@@ -92,8 +92,7 @@ class CometMathExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelpe
9292 DataGenOptions (generateNegativeZero = generateNegativeZero))
9393 }
9494
95- // https://github.com/apache/datafusion-comet/issues/3561
96- ignore(" width_bucket" ) {
95+ test(" width_bucket" ) {
9796 assume(isSpark35Plus, " width_bucket was added in Spark 3.5" )
9897 withSQLConf(" spark.comet.exec.localTableScan.enabled" -> " true" ) {
9998 spark
@@ -106,8 +105,7 @@ class CometMathExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelpe
106105 }
107106 }
108107
109- // https://github.com/apache/datafusion-comet/issues/3561
110- ignore(" width_bucket - edge cases" ) {
108+ test(" width_bucket - edge cases" ) {
111109 assume(isSpark35Plus, " width_bucket was added in Spark 3.5" )
112110 withSQLConf(" spark.comet.exec.localTableScan.enabled" -> " true" ) {
113111 spark
@@ -124,8 +122,7 @@ class CometMathExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelpe
124122 }
125123 }
126124
127- // https://github.com/apache/datafusion-comet/issues/3561
128- ignore(" width_bucket - NaN values" ) {
125+ test(" width_bucket - NaN values" ) {
129126 assume(isSpark35Plus, " width_bucket was added in Spark 3.5" )
130127 withSQLConf(" spark.comet.exec.localTableScan.enabled" -> " true" ) {
131128 spark
@@ -137,8 +134,7 @@ class CometMathExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelpe
137134 }
138135 }
139136
140- // https://github.com/apache/datafusion-comet/issues/3561
141- ignore(" width_bucket - with range data" ) {
137+ test(" width_bucket - with range data" ) {
142138 assume(isSpark35Plus, " width_bucket was added in Spark 3.5" )
143139 withSQLConf(" spark.comet.exec.localTableScan.enabled" -> " true" ) {
144140 spark
0 commit comments