EricJoy2048 commented on code in PR #3842: URL: https://github.com/apache/incubator-seatunnel/pull/3842#discussion_r1059873957
########## docs/en/connector-v2/source/Hive.md: ########## @@ -33,11 +33,12 @@ Read all the data in a split in a pollNext call. What splits are read will be sa ## Options -| name | type | required | default value | -|----------------|--------|----------|---------------| -| table_name | string | yes | - | -| metastore_uri | string | yes | - | -| common-options | | no | - | +| name | type | required | default value | +|-----------------|--------|----------|---------------| +| table_name | string | yes | - | +| metastore_uri | string | yes | - | +| read_partitions | string | no | - | Review Comment: array is better? For example `read_partitions=[par1=true, par1=false/par2=true]` -- 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]
