You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/05/19 16:50:01 UTC

[incubator-druid] branch master updated: Fix typo (ComplexMetricSerde class name was spelled incorrectly) (#7694)

This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 1add566  Fix typo (ComplexMetricSerde class name was spelled incorrectly) (#7694)
1add566 is described below

commit 1add566411cc833d015f7b809e3722b5ee053689
Author: andrewluotechnologies <44...@users.noreply.github.com>
AuthorDate: Sun May 19 09:49:54 2019 -0700

    Fix typo (ComplexMetricSerde class name was spelled incorrectly) (#7694)
---
 docs/content/development/modules.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/development/modules.md b/docs/content/development/modules.md
index 43a9ea8..44ce7bd 100644
--- a/docs/content/development/modules.md
+++ b/docs/content/development/modules.md
@@ -39,7 +39,7 @@ Druid's extensions leverage Guice in order to add things at runtime.  Basically,
    and `org.apache.druid.query.aggregation.BufferAggregator`.
 1. Add PostAggregators by extending `org.apache.druid.query.aggregation.PostAggregator`.
 1. Add ExtractionFns by extending `org.apache.druid.query.extraction.ExtractionFn`.
-1. Add Complex metrics by extending `org.apache.druid.segment.serde.ComplexMetricsSerde`.
+1. Add Complex metrics by extending `org.apache.druid.segment.serde.ComplexMetricSerde`.
 1. Add new Query types by extending `org.apache.druid.query.QueryRunnerFactory`, `org.apache.druid.query.QueryToolChest`, and
    `org.apache.druid.query.Query`.
 1. Add new Jersey resources by calling `Jerseys.addResource(binder, clazz)`.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org