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

[NSE-149] add decimal fallback to columnar window #150

Closed
wants to merge 1 commit into from

Conversation

rui-mo
Copy link
Collaborator

@rui-mo rui-mo commented Mar 10, 2021

What changes were proposed in this pull request?

fixes: #149

How was this patch tested?

locally tested

@github-actions
Copy link

#149

@rui-mo
Copy link
Collaborator Author

rui-mo commented Mar 10, 2021

@zhouyuan window will fallback with below log:
Fall back to use row-based operators, error is DecimalType(28,2) is not supported in ColumnarWindow, original sparkplan is class org.apache.spark.sql.execution.window.WindowExec(List(class org.apache.spark.sql.execution.SortExec))

@github-actions
Copy link


@zhouyuan
Copy link
Collaborator

@rui-mo thanks for the quick fix

@zhouyuan
Copy link
Collaborator

replaced by #151

@zhouyuan zhouyuan closed this Mar 11, 2021
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.

add decimal fallback to columnar window
2 participants