This is an automated email from the ASF dual-hosted git repository.

kerwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new b76e76e9a Update presto.md (#2082)
b76e76e9a is described below

commit b76e76e9abe6a011268525d93bfd2305b328b8c1
Author: Baymax <[email protected]>
AuthorDate: Thu Sep 28 16:54:44 2023 +0800

    Update presto.md (#2082)
---
 docs/content/engines/presto.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/engines/presto.md b/docs/content/engines/presto.md
index 9a61285a5..82af566e5 100644
--- a/docs/content/engines/presto.md
+++ b/docs/content/engines/presto.md
@@ -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
 )
@@ -267,4 +267,4 @@ All Presto's data types are available in package ` 
com.facebook.presto.common.ty
       <td>true</td>
     </tr>
     </tbody>
-</table>
\ No newline at end of file
+</table>

Reply via email to