Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavBalyan committed Jan 2, 2025
1 parent 492a113 commit fe039ff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ep/build-velox/src/build_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ function check_commit {
fi
else
# Branch-new build requires all untracked files to be deleted. We only need the source code.
git config --global --add safe.directory /home/user/gluten/ep/build-velox/build/velox_ep
sudo git clean -dffx :/
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import org.apache.spark.sql.functions.sum
class GlutenSQLRangeExecSuite extends GlutenSQLTestsTrait {

testGluten("ColumnarRangeExec produces correct results") {
// Convert Dataset[Long] to DataFrame by assigning a column name
val df = spark.range(0, 10, 1).toDF("id")
val expectedData = (0L until 10L).map(Row(_)).toSeq

Expand Down

0 comments on commit fe039ff

Please sign in to comment.