EricJoy2048 commented on code in PR #6348:
URL: https://github.com/apache/seatunnel/pull/6348#discussion_r1584245682


##########
docs/en/connector-v2/source/Hbase.md:
##########
@@ -0,0 +1,91 @@
+# Hbase
+
+> Hbase source connector
+
+## Description
+
+Read data from Apache Hbase.
+
+## Key features
+
+- [x] [batch](../../concept/connector-v2-features.md)
+- [ ] [stream](../../concept/connector-v2-features.md)
+- [ ] [exactly-once](../../concept/connector-v2-features.md)
+- [ ] [schema projection](../../concept/connector-v2-features.md)
+- [x] [parallelism](../../concept/connector-v2-features.md)
+- [ ] [support user-defined split](../../concept/connector-v2-features.md)
+
+## Options
+
+|        name        |  type  | required | default value |
+|--------------------|--------|----------|---------------|
+| zookeeper_quorum   | string | yes      | -             |
+| table              | string | yes      | -             |
+| query_columns      | list   | yes      | -             |

Review Comment:
   From this option we can implement `schema projection` ? If true, You need 
update here 
   ```
   [x] [schema projection](../../concept/connector-v2-features.md)
   ```
   and the `HbaseSource` need implement `SupportColumnProjection` interface.
   
   `HbaseSource` need implement `SupportParallelism` too, because it support 
`parallelism `.



-- 
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