You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/04/17 01:41:04 UTC

[GitHub] [incubator-druid] wengwh opened a new issue #7495: use select return exception

wengwh opened a new issue #7495: use select return exception
URL: https://github.com/apache/incubator-druid/issues/7495
 
 
   select:
   {
      "queryType": "select",
      "dataSource": "alliance_cube",
      "dimension":{},
      "metrics":[],
      "granularity": "all",
       "intervals":"2018-11-27T23Z/2018-11-28T23Z", 
       "pagingSpec": {"pagingIdentifiers": {}, "threshold": 5}
    }
   
   return:
   {
       "error": "Unknown exception",
       "errorMessage": "com.fasterxml.jackson.databind.JsonMappingException: Invalid byte fb in short Unicode text block\n at [Source: java.io.SequenceInputStream@c27af90; line: -1, column: 169] (through reference chain: io.druid.query.Result[\"result\"]->io.druid.query.select.SelectResultValue[\"pagingIdentifiers\"])",
       "errorClass": "java.lang.RuntimeException",
       "host": null
   }
   
   
   
   use other.like TopN, it is ok.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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