This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50261][SQL] Fix error signature for invalid fraction of a second
### What changes were proposed in this pull request? Changed type of parameter for error message for invalid fraction of second from Decimal to Double. ### Why are the changes needed? To keep things consistent with other errors. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Tests were updated to reflect the changes. ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#48793 from markonik-db/SPARK-50261-FollowUp. Authored-by: Marko Nikacevic <marko.nikacevic@databricks.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
- Loading branch information
1 parent
01adf10
commit 60acd2f
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters