EricJoy2048 commented on code in PR #6842: URL: https://github.com/apache/seatunnel/pull/6842#discussion_r1624012376
########## docs/en/connector-v2/sink/Hive.md: ########## @@ -33,7 +33,7 @@ By default, we use 2PC commit to ensure `exactly-once` | name | type | required | default value | |-------------------------------|---------|----------|----------------| | table_name | string | yes | - | -| metastore_uri | string | yes | - | +| hive_jdbc_url | string | yes | - | Review Comment: > it not compatible with old version, because i don't want both use hive2 jdbc and hive metastore. so i removed the metastore only use jdbc. As an open source project we have to consider the compatibility of features, we know that many users are using Hive Connector, in order to be compatible with those older users, I think it is a better way to support both jdbc and metastore. -- 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]
