Carl-Zhou-CN commented on code in PR #6887: URL: https://github.com/apache/seatunnel/pull/6887#discussion_r1628715433
########## docs/en/connector-v2/source/Paimon.md: ########## @@ -40,8 +53,37 @@ The table you want to access The file path of `hdfs-site.xml` +### paimon.read.filter.sql [string] + +The filter condition of the table read. For example: `select * from st_test where id > 100`. If not specified, all rows are read. +Currently, where conditions only support <, <=, >, >=, =, !=, or, and,is null, is not null, and others are not supported. Review Comment: 'Only SELECT statements with WHERE clause are supported. The Having, Group By, Order By, Limit clauses are currently unsupported',these also need to be explained in the documentation -- 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]
