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

[AUDIT][SPARK-42045][SQL] ANSI SQL mode: Round/Bround should return an error on tiny/small/big integer overflow #7520

Open
jbrennan333 opened this issue Jan 17, 2023 · 2 comments
Labels
audit_3.4.0 Audit related tasks for 3.4.0 bug Something isn't working

Comments

@jbrennan333
Copy link
Collaborator

apache/spark@ba79d1ae29 changes the behavior of round/bround in ANSI mode. We may need the same for GpuRound/GpuBRound.

@jbrennan333 jbrennan333 added bug Something isn't working ? - Needs Triage Need team to review and classify audit_3.4.0 Audit related tasks for 3.4.0 labels Jan 17, 2023
@sameerz
Copy link
Collaborator

sameerz commented Jan 17, 2023

We need to either fallback to the CPU in ANSI mode or implement the new rounding behavior.

@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Jan 17, 2023
@jbrennan333
Copy link
Collaborator Author

Another commit for this: apache/spark@42721120f3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit_3.4.0 Audit related tasks for 3.4.0 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants