Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9a20490

Browse files
committedJun 17, 2025··
nit
1 parent f9c4200 commit 9a20490

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎sql/connect/server/src/main/scala/org/apache/spark/sql/connect/planner/SparkConnectPlanner.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2425,7 +2425,6 @@ class SparkConnectPlanner(
24252425
e.setTagValue(LogicalPlan.ALLOW_NON_EXISTENT_COL, ())
24262426
Column(e)
24272427
}
2428-
// rel.getColumnsList.asScala.toSeq.map(expr => Column(transformExpression(expr)))
24292428
output = output.drop(cols.head, cols.tail: _*)
24302429
}
24312430
if (rel.getColumnNamesCount > 0) {

0 commit comments

Comments
 (0)
Please sign in to comment.