This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 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 1ebb89210 [doc] Fix minor SQL error in trino.md (#1882)
1ebb89210 is described below
commit 1ebb89210a3a6d60e811a10ed980e5f1eae43f71
Author: groobyming <[email protected]>
AuthorDate: Mon Aug 28 10:51:50 2023 +0800
[doc] Fix minor SQL error in trino.md (#1882)
---
docs/content/engines/trino.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/engines/trino.md b/docs/content/engines/trino.md
index 9789b6201..a95e8169b 100644
--- a/docs/content/engines/trino.md
+++ b/docs/content/engines/trino.md
@@ -178,7 +178,7 @@ WITH (
changelog_producer = 'input'
)
-ALTER TABLE paimon.test_db.orders ADD COLUMN "shipping_address varchar;
+ALTER TABLE paimon.test_db.orders ADD COLUMN shipping_address varchar;
```
## Query