Skip to content

Commit

Permalink
[Chore] Update the es version in the docs. (#4499)
Browse files Browse the repository at this point in the history
* update ES version in doc.

* fix error annotation.

---------

Co-authored-by: lightzhao <[email protected]>
  • Loading branch information
lightzhao and lightzhao authored May 17, 2023
1 parent a900206 commit 4151506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import java.util.Map;
import java.util.function.Function;

/** use in elasticsearch version >= 7.* */
/** use in elasticsearch version >= 2.x and <= 8.x */
public class ElasticsearchRowSerializer implements SeaTunnelRowSerializer {
private final SeaTunnelRowType seaTunnelRowType;
private final ObjectMapper objectMapper = new ObjectMapper();
Expand Down

0 comments on commit 4151506

Please sign in to comment.