[ 
https://issues.apache.org/jira/browse/FLINK-13524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-13524:
-----------------------------------
    Labels: pull-request-available  (was: )

> Typo in Builder method name from Elasticsearch example
> ------------------------------------------------------
>
>                 Key: FLINK-13524
>                 URL: https://issues.apache.org/jira/browse/FLINK-13524
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.8.1
>            Reporter: Alberto Romero
>            Priority: Major
>              Labels: pull-request-available
>
> The Builder method name from class ElasticsearchSink has got a typo (missing 
> 'd') in the Elasticsearch connector section for Scala (ES version 6.x).
> {code:java}
> new ElasticsearchSink.Builer[String]({code}
> should be:
> {code:java}
> new ElasticsearchSink.Builder[String]({code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to