Skip to content

Commit

Permalink
Update presto.md (apache#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
TejParker authored Sep 28, 2023
1 parent 8ee4d1a commit b76e76e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/engines/presto.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ CREATE SCHEMA paimon.test_db;
```
CREATE TABLE paimon.test_db.orders (
order_key bigint,
orders_tatus varchar,
order_status varchar,
total_price decimal(18,4),
order_date date
)
Expand Down Expand Up @@ -267,4 +267,4 @@ All Presto's data types are available in package ` com.facebook.presto.common.ty
<td>true</td>
</tr>
</tbody>
</table>
</table>

0 comments on commit b76e76e

Please sign in to comment.