This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-presto.git
The following commit(s) were added to refs/heads/main by this push:
new f8b7e16 Add paimon.query-pushdown-enabled to readme (#25)
f8b7e16 is described below
commit f8b7e16ec0c2072846ab41c098cf17e3dbbb38b2
Author: chendapao <[email protected]>
AuthorDate: Mon Nov 27 14:46:00 2023 +0800
Add paimon.query-pushdown-enabled to readme (#25)
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index e0ba1f9..58d386a 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,9 @@ and set the following config:
connector.name=paimon
# set your filesystem path, such as hdfs://namenode01:8020/path and
s3://${YOUR_S3_BUCKET}/path
warehouse=${YOUR_FS_PATH}
+
+# Enable paimon query pushdown.
+paimon.query-pushdown-enabled=true
```
If you are using HDFS FileSystem, you will also need to do one more thing:
choose one of the following ways to configure your HDFS: