This is an automated email from the ASF dual-hosted git repository.
ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new e2aca4f792e2 [SPARK-40546][DOCS] Remove unused TODO
e2aca4f792e2 is described below
commit e2aca4f792e2d948c62365beb6ec82f1cf358263
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Thu Jan 18 19:55:14 2024 +0800
[SPARK-40546][DOCS] Remove unused TODO
### What changes were proposed in this pull request?
Remove unused TODO
### Why are the changes needed?
[SPARK-40546](https://issues.apache.org/jira/browse/SPARK-40546) is not a
problem, and was already marked as resolved
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
ci
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #44785 from zhengruifeng/SPARK_40546.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
---
.../org/apache/spark/sql/connect/planner/SparkConnectPlanner.scala | 6 ------
1 file changed, 6 deletions(-)
diff --git
a/connector/connect/server/src/main/scala/org/apache/spark/sql/connect/planner/SparkConnectPlanner.scala
b/connector/connect/server/src/main/scala/org/apache/spark/sql/connect/planner/SparkConnectPlanner.scala
index 5be79a090a38..e7c47856d9ae 100644
---
a/connector/connect/server/src/main/scala/org/apache/spark/sql/connect/planner/SparkConnectPlanner.scala
+++
b/connector/connect/server/src/main/scala/org/apache/spark/sql/connect/planner/SparkConnectPlanner.scala
@@ -1507,12 +1507,6 @@ class SparkConnectPlanner(
/**
* Translates a scalar function from proto to the Catalyst expression.
- *
- * TODO(SPARK-40546) We need to homogenize the function names for binary
operators.
- *
- * @param fun
- * Proto representation of the function call.
- * @return
*/
private def transformUnresolvedFunction(
fun: proto.Expression.UnresolvedFunction): Expression = {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]