This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 4797e52f6766 Revert "[MINOR][DOCS] The default fractional numeric
literal in SQL is a decimal"
4797e52f6766 is described below
commit 4797e52f67667eb52b0fd09062718d9b15df504b
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Mon Feb 5 15:52:19 2024 +0900
Revert "[MINOR][DOCS] The default fractional numeric literal in SQL is a
decimal"
This reverts commit b95f6d691cb5796778b18371335799135f08cca7.
---
docs/sql-ref-literals.md | 4 ----
1 file changed, 4 deletions(-)
diff --git a/docs/sql-ref-literals.md b/docs/sql-ref-literals.md
index e794287da9ce..2a02a22bd6f0 100644
--- a/docs/sql-ref-literals.md
+++ b/docs/sql-ref-literals.md
@@ -275,10 +275,6 @@ E [ + | - ] digit [ ... ]
Case insensitive, indicates `DECIMAL`, with the total number of digits as
precision and the number of digits to right of decimal point as scale.
-* **default (no postfix)**
-
- Indicates `DECIMAL`, same as the `BD` postfix.
-
#### Fractional Literals Examples
```sql
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]