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

Quote column name for summary post processor #2101

Closed
navis opened this issue May 21, 2019 · 1 comment
Closed

Quote column name for summary post processor #2101

navis opened this issue May 21, 2019 · 1 comment
Assignees
Labels
bug Something isn't working @engine Issues related to engine

Comments

@navis
Copy link

navis commented May 21, 2019

with column name 1.0

{
    "error": "Unknown exception",
    "errorMessage": "For input string: \"1.0sum\"",
    "errorClass": "java.lang.NumberFormatException",
    "errorStack": [
        "sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)",
        "sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)",
        "java.lang.Double.parseDouble(Double.java:538)",
        "io.druid.math.expr.ExprListenerImpl.exitDoubleExpr(ExprListenerImpl.java:95)",
        "io.druid.math.expr.antlr.ExprParser$DoubleExprContext.exitRule(ExprParser.java:110)",
        "org.antlr.v4.runtime.tree.ParseTreeWalker.exitRule(ParseTreeWalker.java:71)",
        "org.antlr.v4.runtime.tree.ParseTreeWalker.walk(ParseTreeWalker.java:54)",
        "org.antlr.v4.runtime.tree.ParseTreeWalker.walk(ParseTreeWalker.java:52)",
        "io.druid.math.expr.Parser.parse(Parser.java:188)",
        "io.druid.math.expr.Parser.parse(Parser.java:175)",
        "io.druid.query.aggregation.post.MathPostAggregator.<init>(MathPostAggregator.java:77)",
        "io.druid.query.aggregation.post.MathPostAggregator.<init>(MathPostAggregator.java:66)",
        "... more"
    ],
    "host": "metatron-web-05:8082",
    "serviceName": "druid/broker"
}
@navis navis added the @engine Issues related to engine label May 21, 2019
@navis navis self-assigned this May 21, 2019
@navis navis added the bug Something isn't working label May 21, 2019
@navis
Copy link
Author

navis commented May 21, 2019

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working @engine Issues related to engine
Projects
None yet
Development

No branches or pull requests

1 participant