You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/08 04:18:49 UTC

[GitHub] [incubator-doris] hexian55 opened a new issue #4295: DOE MappingPhase has nullpointerexception

hexian55 opened a new issue #4295:
URL: https://github.com/apache/incubator-doris/issues/4295


   **Describe the bug**
   MappingPhase.resolveKeywordFields put null value in fetchFieldsContext
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. es index mapping
   {
     "test": {
       "mappings": {
         "properties": {
           "k1": {
             "type": "long"
           },
           "k2": {
             "type": "keyword"
           },
           "k3": {
             "type": "text",
             "fields": {
               "ik": {
                 "type": "text",
                 "analyzer": "ik_max_word"
               }
             }
           }
         }
       }
     }
   }
   
   2. create es table.....
   
   3. See error
   ![image](https://user-images.githubusercontent.com/16074700/89702202-209e5280-d971-11ea-8c42-eee44a6a75bc.png)
   
   
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: [e.g. iOS]
    - Browser [e.g. chrome, safari]
    - Version [e.g. 22]
   
   **Smartphone (please complete the following information):**
    - Device: [e.g. iPhone6]
    - OS: [e.g. iOS8.1]
    - Browser [e.g. stock browser, safari]
    - Version [e.g. 22]
   
   **Additional context**
   Add any other context about the problem here.
   


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



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


[GitHub] [incubator-doris] wuyunfeng closed issue #4295: [Doris On ES][Bug] When multi fields with `text` type, query ES table would fails

Posted by GitBox <gi...@apache.org>.
wuyunfeng closed issue #4295:
URL: https://github.com/apache/incubator-doris/issues/4295


   


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



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


[GitHub] [incubator-doris] wuyunfeng commented on issue #4295: [Doris On ES][Bug] When multi fields with `text` type, query ES table would fails

Posted by GitBox <gi...@apache.org>.
wuyunfeng commented on issue #4295:
URL: https://github.com/apache/incubator-doris/issues/4295#issuecomment-671221185


   resolved by https://github.com/apache/incubator-doris/pull/4300


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



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