You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2023/01/02 07:54:20 UTC

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3842: [Improve][Connector-V2][Hive] Support assign partitions

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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org