Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DecimalType support for UnionExec and ExpandExec #1465

Conversation

razajafri
Copy link
Collaborator

@razajafri razajafri commented Jan 7, 2021

Turned on the Execs and added DecimalType to tests.

Closes #1331

Turned on the Execs and added DecimalType to tests

Signed-off-by: Raza Jafri <rjafri@nvidia.com>
Signed-off-by: Raza Jafri <rjafri@nvidia.com>
@@ -184,6 +184,7 @@ Name | SQL Function(s) | Description | Default Value | Notes
<a name="sql.expression.MonotonicallyIncreasingID"></a>spark.rapids.sql.expression.MonotonicallyIncreasingID|`monotonically_increasing_id`|Returns monotonically increasing 64-bit integers|true|None|
<a name="sql.expression.Month"></a>spark.rapids.sql.expression.Month|`month`|Returns the month from a date or timestamp|true|None|
<a name="sql.expression.Multiply"></a>spark.rapids.sql.expression.Multiply|`*`|Multiplication|true|None|
<a name="sql.expression.Murmur3Hash"></a>spark.rapids.sql.expression.Murmur3Hash|`hash`|Murmur3 hash operator|true|None|
Copy link
Collaborator

Choose a reason for hiding this comment

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

#1207 was missing doc changes, this line fixes that.

@sameerz sameerz added the feature request New feature or request label Jan 7, 2021
@sameerz sameerz added this to the Jan 4 - Jan 15 milestone Jan 7, 2021
@sameerz sameerz added task Work required that improves the product but is not user facing and removed feature request New feature or request labels Jan 7, 2021
@revans2
Copy link
Collaborator

revans2 commented Jan 7, 2021

build

@revans2 revans2 merged commit 82ed844 into NVIDIA:branch-0.4 Jan 7, 2021
@razajafri razajafri deleted the decimal_support_for_ExpandExec_and_UnionExec branch January 9, 2021 21:29
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Raza Jafri <rjafri@nvidia.com>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Raza Jafri <rjafri@nvidia.com>
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
…IDIA#1465)

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Work required that improves the product but is not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] UnionExec and ExpandExec support for decimal
4 participants