diff --git a/backends-velox/src-iceberg/test/scala/org/apache/gluten/execution/enhanced/VeloxIcebergSuite.scala b/backends-velox/src-iceberg/test/scala/org/apache/gluten/execution/enhanced/VeloxIcebergSuite.scala index a51f2d771756..b679da22cc39 100644 --- a/backends-velox/src-iceberg/test/scala/org/apache/gluten/execution/enhanced/VeloxIcebergSuite.scala +++ b/backends-velox/src-iceberg/test/scala/org/apache/gluten/execution/enhanced/VeloxIcebergSuite.scala @@ -327,8 +327,7 @@ class VeloxIcebergSuite extends IcebergSuite { val lastExecId = statusStore.executionsList().last.executionId val executionMetrics = statusStore.executionMetrics(lastExecId) - // TODO: fix https://github.com/apache/gluten/issues/11510 - assert(executionMetrics(metrics("numWrittenFiles").id).toLong == 0) + assert(executionMetrics(metrics("numWrittenFiles").id).toLong == 1) } }