Copilot commented on code in PR #9548: URL: https://github.com/apache/seatunnel/pull/9548#discussion_r2191395176
########## docs/en/connector-v2/source/Maxcompute.md: ########## @@ -68,6 +68,24 @@ Used to read data from Maxcompute. The list of tables to be read, you can use this configuration instead of `table_name`. +### tunnel_endpoint[String] +Specifies the custom endpoint URL for the MaxCompute Tunnel service. + +By default, the endpoint is automatically inferred from the configured region. + +This option allows you to override the default behavior and use a custom Tunnel endpoint. +If not specified, the connector will use the region-based default Tunnel endpoint. + +In general, you do **not** need to set tunnel_endpoint. It is only needed for custom networking, debugging, or local development. Review Comment: There are two spaces between "need" and "to". Consider reducing to a single space for consistent formatting: "you do **not** need to set tunnel_endpoint." ```suggestion In general, you do **not** need to set tunnel_endpoint. It is only needed for custom networking, debugging, or local development. ``` -- 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]
