You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2018/06/26 05:51:00 UTC

[jira] [Commented] (CALCITE-2380) Elasticsearch, MongoDB, Druid adapters have javadoc errors

    [ https://issues.apache.org/jira/browse/CALCITE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16523242#comment-16523242 ] 

Julian Hyde commented on CALCITE-2380:
--------------------------------------

The fatal javadoc error, caused by the fact that elasticsearch5 and elasticsearch2 namespaces overlap, is fixed in [9721283bd|http://git-wip-us.apache.org/repos/asf/calcite/commit/9721283bd]; warnings fixed in [4f835465|http://git-wip-us.apache.org/repos/asf/calcite/commit/4f835465]. Thanks for the fix, [~asereda]!

In [6e8bb5a16|http://git-wip-us.apache.org/repos/asf/calcite/commit/6e8bb5a16], I renamed "Elastic" and "ElasticSearch" classes to "Elasticsearch" for consistency, and applied standard indentation (2 + 4) to all code.

> Elasticsearch, MongoDB, Druid adapters have javadoc errors
> ----------------------------------------------------------
>
>                 Key: CALCITE-2380
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2380
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Andrei Sereda
>            Assignee: Julian Hyde
>            Priority: Major
>             Fix For: 1.17.0
>
>
> javadoc generation fails for some adapters.
> Commands to reproduce:
> {code:java}
> $ mvn -DskipTests clean javadoc:javadoc javadoc:test-javadoc
> $ mvn -DskipTests clean site{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)