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

Fix time-extraction topN with non-STRING outputType. #7257

Merged
merged 1 commit into from
Mar 13, 2019

Conversation

gianm
Copy link
Contributor

@gianm gianm commented Mar 13, 2019

Similar to other bugs fixed in #6220, but this one was missed. This bug would
cause "extraction" dimensionSpecs on the "__time" column with non-STRING
outputTypes to potentially be output as STRING sometimes instead of the
desired output type, causing incompletely merged results.

Similar to other bugs fixed in apache#6220, but this one was missed. This bug would
cause "extraction" dimensionSpecs on the "__time" column with non-STRING
outputTypes to potentially be output as STRING sometimes instead of LONG,
causing incompletely merged results.
@fjy fjy added this to the 0.15.0 milestone Mar 13, 2019
@fjy fjy merged commit 98a1b55 into apache:master Mar 13, 2019
gianm added a commit to implydata/druid-public that referenced this pull request Mar 14, 2019
Similar to other bugs fixed in apache#6220, but this one was missed. This bug would
cause "extraction" dimensionSpecs on the "__time" column with non-STRING
outputTypes to potentially be output as STRING sometimes instead of LONG,
causing incompletely merged results.
@gianm gianm deleted the fix-topn-timex branch April 4, 2019 15:39
gianm added a commit to implydata/druid-public that referenced this pull request Apr 8, 2019
Similar to other bugs fixed in apache#6220, but this one was missed. This bug would
cause "extraction" dimensionSpecs on the "__time" column with non-STRING
outputTypes to potentially be output as STRING sometimes instead of LONG,
causing incompletely merged results.
gianm added a commit to implydata/druid-public that referenced this pull request Apr 14, 2019
Similar to other bugs fixed in apache#6220, but this one was missed. This bug would
cause "extraction" dimensionSpecs on the "__time" column with non-STRING
outputTypes to potentially be output as STRING sometimes instead of LONG,
causing incompletely merged results.
clintropolis pushed a commit that referenced this pull request Apr 24, 2019
Similar to other bugs fixed in #6220, but this one was missed. This bug would
cause "extraction" dimensionSpecs on the "__time" column with non-STRING
outputTypes to potentially be output as STRING sometimes instead of LONG,
causing incompletely merged results.
@clintropolis clintropolis modified the milestones: 0.15.0, 0.14.1 Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants