bulolo commented on issue #22400:
URL: https://github.com/apache/doris/issues/22400#issuecomment-1829115576

   > > > > Use the latest version and the problem has been solved.
   > > 
   > > 
   > > > 
   > > 
   > > 
   > > > 哪个版本?
   > > 
   > > 
   > > > 2.0.2
   > 
   > 今天我使用2.0.2一样有问题
   > 
   > select * from materials_cdc_v8 limit 1
   > 
   > > errCode = 2, detailMessage = 
(172.16.0.4)[CANCELLED][RUNTIME_ERROR]Expected value of type: STRING; but found 
type: Array; Document slice is : []
   > 
   > 0. /root/src/doris-2.0/be/src/common/stack_trace.cpp:302: 
StackTrace::tryCapture() @ 0x000000000ba1f197 in /root/doris/be/lib/doris_be
   > 1. /root/src/doris-2.0/be/src/common/stack_trace.h:0: 
doris::get_stack_traceabi:cxx11 @ 0x000000000ba1d72d in 
/root/doris/be/lib/doris_be
   > 2. 
/var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11
   > 
   > > Time: 0.053s
   
   ```
   {
     "materials" : {
       "mappings" : {
         "dynamic_templates" : [
           {
             "message_full" : {
               "match" : "message_full",
               "mapping" : {
                 "fields" : {
                   "keyword" : {
                     "ignore_above" : 2048,
                     "type" : "keyword"
                   }
                 },
                 "type" : "text"
               }
             }
           },
           {
             "message" : {
               "match" : "message",
               "mapping" : {
                 "type" : "text"
               }
             }
           },
           {
             "strings" : {
               "match_mapping_type" : "string",
               "mapping" : {
                 "type" : "keyword"
               }
             }
           }
         ],
         "properties" : {
           "isPublic" : {
             "type" : "boolean"
           },
           "mfrId" : {
             "type" : "keyword"
           },
           "mfrName" : {
             "type" : "text",
             "analyzer" : "ngram_lower"
           },
           "name" : {
             "type" : "text",
             "analyzer" : "ngram_lower"
           },
           "sn" : {
             "type" : "text",
             "fields" : {
               "keyword" : {
                 "type" : "keyword"
               }
             },
             "analyzer" : "ngram_lower"
           },
           "status" : {
             "type" : "boolean"
           }
         }
       }
     }
   }
   
   ```


-- 
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-unsubscr...@doris.apache.org

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


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

Reply via email to