CosmosNi commented on code in PR #7052: URL: https://github.com/apache/seatunnel/pull/7052#discussion_r1650792426
########## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-elasticsearch-e2e/src/test/java/org/apache/seatunnel/e2e/connector/elasticsearch/ElasticsearchIT.java: ########## @@ -281,7 +304,80 @@ private List<String> readSinkData() throws InterruptedException { "c_int", "c_date", "c_timestamp"); - return getDocsWithTransformTimestamp(source, "st_index2"); + return getDocsWithTransformTimestamp(source, index); + } + + private List<String> readMultiSinkData5(String index) throws InterruptedException { Review Comment: Schema is different. c_string -- 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-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org