Copilot commented on code in PR #9330: URL: https://github.com/apache/seatunnel/pull/9330#discussion_r2094789742
########## docs/zh/connector-v2/sink/Elasticsearch.md: ########## @@ -41,6 +41,8 @@ import ChangeLog from '../changelog/connector-elasticsearch.md'; | tls_truststore_path | string | 否 | - | | tls_truststore_password | string | 否 | - | | common-options | | 否 | - | +| vectorization_fields | array | 否 | - | +| vector_dimensions | string | 否 | - | Review Comment: The documentation indicates 'vector_dimensions' as a string type, but it should be an integer to match the implementation; please update the type to 'int'. ########## docs/en/connector-v2/sink/Elasticsearch.md: ########## @@ -41,7 +41,8 @@ Engine Supported | tls_truststore_path | string | no | - | | tls_truststore_password | string | no | - | | common-options | | no | - | - +| vectorization_fields | array | no | - | +| vector_dimensions | string | no | - | Review Comment: The documentation specifies 'vector_dimensions' as a string, but the corresponding configuration option expects an integer; update the type to 'int' for consistency. -- 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]
