Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stringLast and stringFirst aggregators extension #5789

Merged

Commits on May 20, 2018

  1. Add lastString and firstString aggregators extension

    Andrés Gomez committed May 20, 2018
    Configuration menu
    Copy the full SHA
    a0049fd View commit details
    Browse the repository at this point in the history
  2. Remove duplicated class

    Andrés Gomez committed May 20, 2018
    Configuration menu
    Copy the full SHA
    09338b9 View commit details
    Browse the repository at this point in the history
  3. Move first-last-string doc page to extensions-contrib

    Andrés Gomez committed May 20, 2018
    Configuration menu
    Copy the full SHA
    3658b0c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. Fix ObjectStrategy compare method

    Andrés Gomez committed May 28, 2018
    Configuration menu
    Copy the full SHA
    5975952 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Fix doc bad aggregatos type name

    Andrés Gomez committed May 29, 2018
    Configuration menu
    Copy the full SHA
    adc773b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Configuration menu
    Copy the full SHA
    c2f3672 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Configuration menu
    Copy the full SHA
    1c3bd6a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Fix null pointer exception at segment creation phase when the string …

    …value is null
    Andrés Gomez committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    c75c88f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d671922 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Perform all improvements

    Andrés Gomez committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    6945bf9 View commit details
    Browse the repository at this point in the history
  2. Add java doc on SerializablePairLongStringSerde

    Andrés Gomez committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    7dd12e0 View commit details
    Browse the repository at this point in the history
  3. Refactor ObjectStraty compare method

    Andrés Gomez committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    217627f View commit details
    Browse the repository at this point in the history
  4. Remove unused ;

    Andrés Gomez committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    9b68a60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e552f04 View commit details
    Browse the repository at this point in the history
  6. Remove unused imports

    Andrés Gomez committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    48325f3 View commit details
    Browse the repository at this point in the history
  7. Add license header

    Andrés Gomez committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    657e8a3 View commit details
    Browse the repository at this point in the history
  8. Add class name to java doc class serde

    Andrés Gomez committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    e8a2ded View commit details
    Browse the repository at this point in the history
  9. Throw exception if value is unsupported class type

    Andrés Gomez committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    4d24159 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7eeef86 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2018

  1. Move first-last-string extension into druid core

    Andrés Gomez committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    bbf84b8 View commit details
    Browse the repository at this point in the history
  2. Update druid core docs

    Andrés Gomez committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    b09217c View commit details
    Browse the repository at this point in the history
  3. Fix null pointer exception when pair->string is null

    Andrés Gomez committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    834662d View commit details
    Browse the repository at this point in the history
  4. Add null control unit tests

    Andrés Gomez committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    482e8bf View commit details
    Browse the repository at this point in the history
  5. Remove unused imports

    Andrés Gomez committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    046c5a9 View commit details
    Browse the repository at this point in the history
  6. Add first/last string folding aggregator on AggregatorsModule to supp…

    …ort segment metadata query
    Andrés Gomez committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    9829263 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Configuration menu
    Copy the full SHA
    023fc88 View commit details
    Browse the repository at this point in the history
  2. Change vars from public to private

    Andrés Gomez committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    e6dee78 View commit details
    Browse the repository at this point in the history
  3. Convert vars to primitive type

    Andrés Gomez committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    1fb6789 View commit details
    Browse the repository at this point in the history
  4. Clarify compare comment

    Andrés Gomez committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    42b6ca3 View commit details
    Browse the repository at this point in the history
  5. Change IllegalStateException to ISE

    Andrés Gomez committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    a9f2d61 View commit details
    Browse the repository at this point in the history
  6. Remove TODO comments

    Andrés Gomez committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    5a1643f View commit details
    Browse the repository at this point in the history
  7. Control possible null pointer exception

    Andrés Gomez committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    a9a1069 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Add @nullable annotation

    Andrés Gomez committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    1e53094 View commit details
    Browse the repository at this point in the history
  2. Remove empty line

    Andrés Gomez committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    129d594 View commit details
    Browse the repository at this point in the history
  3. Remove unused parameter type

    Andrés Gomez committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    a5dea44 View commit details
    Browse the repository at this point in the history
  4. Improve AggregatorCombiner javadocs

    Andrés Gomez committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    e7992fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa4ff30 View commit details
    Browse the repository at this point in the history
  6. Add filterNullValues option at agg documentation

    Andrés Gomez committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    1d11d46 View commit details
    Browse the repository at this point in the history
  7. Fix checkstyle

    Andrés Gomez committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    33c944f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of github.com:druid-io/druid into feature-first…

    …-last-string-aggregators
    Andrés Gomez committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    7ffebe9 View commit details
    Browse the repository at this point in the history
  9. Update header license

    Andrés Gomez committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    acfbed8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Fix StringFirstAggregatorFactory.VALUE_COMPARATOR

    Andrés Gomez committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    ff56f3e View commit details
    Browse the repository at this point in the history
  2. Fix StringFirstAggregatorCombiner

    Andrés Gomez committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    7ff6fc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Fix if condition at StringFirstAggregateCombiner

    Andrés Gomez committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    b074c5f View commit details
    Browse the repository at this point in the history
  2. Remove filterNullValues from string first/last aggregators

    Andrés Gomez committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    21dfdc1 View commit details
    Browse the repository at this point in the history
  3. Add isReset flag in FirstAggregatorCombiner

    Andrés Gomez committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    19b55c3 View commit details
    Browse the repository at this point in the history
  4. Change Arrays.asList to Collections.singletonList

    Andrés Gomez committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    f674212 View commit details
    Browse the repository at this point in the history