Skip to content

Commit

Permalink
Apply suggestions from review
Browse files Browse the repository at this point in the history
  • Loading branch information
morazow committed Nov 17, 2020
1 parent 4fe5f8d commit d4e23e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/user_guide/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,16 +377,16 @@ column types when preparing the table.
| Orc Data Type | Orc Logical Type | Recommended Exasol Column Types |
|:---------------------|:------------------|:--------------------------------|
| boolean | | BOOLEAN |
| char | | VARCHAR(n), CHAR(n) |
| string | | VARCHAR(n), CHAR(n) |
| varchar | | VARCHAR(n), CHAR(n) |
| short | | INT, INTEGER, DECIMAL(18, 0) |
| int | | INT, INTEGER, DECIMAL(18, 0) |
| byte | | BIGINT, DECIMAL(36, 0) |
| long | | BIGINT, DECIMAL(36, 0) |
| decimal | | DECIMAL(p, s) |
| float | | FLOAT |
| double | | DOUBLE, DOUBLE PRECISION |
| char | | VARCHAR(n), CHAR(n) |
| string | | VARCHAR(n), CHAR(n) |
| varchar | | VARCHAR(n), CHAR(n) |
| decimal | | DECIMAL(p, s) |
| date | | DATE |
| timestamp | | TIMESTAMP |

Expand Down

0 comments on commit d4e23e3

Please sign in to comment.