Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[NSE-955] implement concat_ws #963

Merged
merged 4 commits into from
Jun 14, 2022
Merged

Conversation

zhouyuan
Copy link
Collaborator

@zhouyuan zhouyuan commented Jun 9, 2022

What changes were proposed in this pull request?

This patch implements concat_ws
Signed-off-by: Yuan Zhou yuan.zhou@intel.com

How was this patch tested?

pass jenkins

@github-actions
Copy link

github-actions bot commented Jun 9, 2022

#955

@@ -29,6 +29,66 @@ import org.apache.spark.sql.types._

import scala.collection.mutable.ListBuffer

class ColumnarConcatWs(exps: Seq[Expression], original: Expression)
extends Concat(exps: Seq[Expression])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to extend ConcatWs, right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
This reverts commit 8ad8949.
@PHILO-HE PHILO-HE merged commit e9dfc2d into oap-project:main Jun 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants