From 21f5b448e94d17579aa4871975c2177d31c00390 Mon Sep 17 00:00:00 2001 From: "Ma, Rong" Date: Thu, 21 Mar 2024 17:00:18 +0800 Subject: [PATCH] cleanup --- .../glutenproject/backendsapi/velox/SparkPlanExecApiImpl.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/backends-velox/src/main/scala/io/glutenproject/backendsapi/velox/SparkPlanExecApiImpl.scala b/backends-velox/src/main/scala/io/glutenproject/backendsapi/velox/SparkPlanExecApiImpl.scala index 7b7f72a0efbf9..43b5e84e5211a 100644 --- a/backends-velox/src/main/scala/io/glutenproject/backendsapi/velox/SparkPlanExecApiImpl.scala +++ b/backends-velox/src/main/scala/io/glutenproject/backendsapi/velox/SparkPlanExecApiImpl.scala @@ -668,5 +668,3 @@ class SparkPlanExecApiImpl extends SparkPlanExecApi { PullOutGenerateProjectHelper.pullOutPostProject(generate) } } - -object SparkPlanExecApiImpl {}