Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavBalyan committed Jan 19, 2025
1 parent fff46c1 commit aca9135
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ object VeloxRuleApi {
RasOffload.from[GenerateExec](OffloadOthers()),
RasOffload.from[EvalPythonExec](OffloadOthers()),
RasOffload.from[SampleExec](OffloadOthers()),
RasOffload.from[ColumnarRangeExec](OffloadOthers()),
RasOffload.from[RangeExec](OffloadOthers())
)
offloads.foreach(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/
package org.apache.spark.sql.execution

import org.apache.gluten.backendsapi.BackendsApiManager
import org.apache.gluten.execution.RangeExecBaseTransformer

import org.apache.spark.sql.{DataFrame, GlutenSQLTestsTrait, Row}
Expand Down

0 comments on commit aca9135

Please sign in to comment.