LadyForest commented on code in PR #159:
URL: https://github.com/apache/flink-table-store/pull/159#discussion_r898816161
##########
docs/content/docs/development/query-table.md:
##########
@@ -45,7 +45,7 @@ SELECT * FROM MyTable /*+ OPTIONS ('log.scan'='latest') */;
## Query Optimization
-It is highly recommended to take partition and primary key filters
+It is highly recommended taking partition and primary key filters
Review Comment:
```suggestion
It is highly recommended to specify partition and primary key filters
along with the query, which will speed up the data skipping of the query.
```
Nit: `It is recommended to do sth.`
--
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]