alamb commented on code in PR #3309:
URL: https://github.com/apache/arrow-datafusion/pull/3309#discussion_r960101701


##########
docs/source/user-guide/sql/data_types.md:
##########
@@ -34,15 +35,20 @@ are mapped to [Arrow data 
types](https://docs.rs/arrow/latest/arrow/datatypes/en
 
 ## Numeric Types
 
-| SQL DataType       | Arrow DataType    |
-| ------------------ | :---------------- |
-| `SMALLINT`         | `Int16`           |
-| `INT` or `INTEGER` | `Int32`           |
-| `BIGINT`           | `Int64`           |
-| `FLOAT`            | `Float32`         |
-| `REAL`             | `Float32`         |
-| `DOUBLE`           | `Float64`         |
-| `DECIMAL(p,s)`     | `Decimal128(p,s)` |
+| SQL DataType                         | Arrow DataType    |

Review Comment:
   👌  Thank you



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to