wfrong commented on code in PR #3897: URL: https://github.com/apache/incubator-seatunnel/pull/3897#discussion_r1071766440
########## docs/en/connector-v2/source/InfluxDB.md: ########## @@ -51,19 +51,20 @@ The query sql used to search data select name,age from test ``` -### fields [string] +### schema [config] -the fields of the InfluxDB when you select - -the field type is SeaTunnel field type `org.apache.seatunnel.api.table.type.SqlType` +#### fields [Config] Review Comment: > Maybe you need to check in detail. Thanks for your suggestions! But in my opinion, maybe this line should not be changed, beacuse schema and fields at different levels,like the first picture. either or do you mean that just remove this line, like the second picture?   -- 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]
