hailin0 commented on code in PR #9095:
URL: https://github.com/apache/seatunnel/pull/9095#discussion_r2035527573


##########
docs/en/connector-v2/source/Iceberg.md:
##########
@@ -112,6 +114,7 @@ source {
     }
     namespace = "database1"
     table = "source"
+    filter = "select * from table where f1 > 100"

Review Comment:
   ```suggestion
       query = "select * from table where f1 > 100"
   ```
   
   You should use `query` and implement the column filter



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to