You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "jpson (via GitHub)" <gi...@apache.org> on 2023/06/15 02:53:12 UTC

[GitHub] [doris] jpson opened a new issue, #20838: [Bug]

jpson opened a new issue, #20838:
URL: https://github.com/apache/doris/issues/20838

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   1.2.4.1
   
   ### What's Wrong?
   
   在使用es做联邦查询的时候,在es的mapping中定义一个字段为keyword类型,然后这个字段是数组。如:es的字段expense的mapping为:
   "expense" : {
   "type": "keyword",
   "null_value": "_NULL_VALUE_"
   }
   里面的数据为:
   "expense" : [
   "0_0",
   "1_0",
   "2_0",
   "3_0",
   "4_0",
   "5_0"
   ]
   在客户端查询的时候会导致be节点直接宕机
   
   ### What You Expected?
   
   希望能够正常使用此功能
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [doris] qidaye commented on issue #20838: [Bug]

Posted by "qidaye (via GitHub)" <gi...@apache.org>.
qidaye commented on issue #20838:
URL: https://github.com/apache/doris/issues/20838#issuecomment-1660407895

   fixed in https://github.com/apache/doris/pull/22046


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [doris] qidaye closed issue #20838: [Bug]

Posted by "qidaye (via GitHub)" <gi...@apache.org>.
qidaye closed issue #20838: [Bug] 
URL: https://github.com/apache/doris/issues/20838


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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