Skip to content

Commit a2765cb

Browse files
committed
address comment
1 parent b06f413 commit a2765cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sql-ref-ansi-compliance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ At the heart of this conflict resolution is the Type Precedence List which defin
174174
| Decimal | Decimal -> Float* -> Double |
175175
| Float | Float -> Double |
176176
| Double | Double |
177-
| Date | Date-> Timestamp |
177+
| Date | Date -> Timestamp |
178178
| Timestamp | Timestamp |
179179
| String | String |
180180
| Binary | Binary |
@@ -199,7 +199,7 @@ The least common type from a set of types is the narrowest type reachable from t
199199

200200
The least common type resolution is used to:
201201
- Decide whether a function expecting a parameter of a type can be invoked using an argument of a narrower type.
202-
- Derive the argument type for functions which expect a shared argument type for multiple parameters, such as coalesce, least, or greatest.
202+
- Derive the argument type for functions which expect a shared argument type for multiple parameters, such as coalesce, least, or greatest.
203203
- Derive the operand types for operators such as arithmetic operations or comparisons.
204204
- Derive the result type for expressions such as the case expression.
205205
- Derive the element, key, or value types for array and map constructors.

0 commit comments

Comments
 (0)