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


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Version
   
   36c85d2f06c830c70e39c6d0ec0a2be11bb48cab
   
   ### What's Wrong?
   
   Help module failed.
   
   ```
   2022-03-23 16:06:12,245 ERROR (UNKNOWN 172.17.0.1_9710_1648022763966(-1)|1) 
[QeService.<init>():48] Help module failed, because:
   java.lang.IllegalArgumentException: Multiple entries with same key: 
EXPLODE_BITMAP=name: EXPLODE_BITMAP, desc:
   表函数,需配合 Lateral View 使用。
   
   展开一个bitmap类型。
   
   语法:
   
   
   explode_bitmap(bitmap)
   
    and EXPLODE_BITMAP=name: EXPLODE_BITMAP, desc:
   表函数,需配合 Lateral View 使用。
   
   获得一个[0,n)的序列。
   
   语法:
   
   explode_numbers(n)
   
   
           at 
com.google.common.collect.ImmutableMap.conflictException(ImmutableMap.java:215) 
~[spark-dpp-0.15-SNAPSHOT.jar:0.15-SNAPSHOT]
           at 
com.google.common.collect.ImmutableMap.checkNoConflict(ImmutableMap.java:209) 
~[spark-dpp-0.15-SNAPSHOT.jar:0.15-SNAPSHOT]
           at 
com.google.common.collect.ImmutableSortedMap.fromEntries(ImmutableSortedMap.java:391)
 ~[spark-dpp-0.15-SNAPSHOT.jar:0.15-SNAPSHOT]
           at 
com.google.common.collect.ImmutableSortedMap.access$100(ImmutableSortedMap.java:61)
 ~[spark-dpp-0.15-SNAPSHOT.jar:0.15-SNAPSHOT]
           at 
com.google.common.collect.ImmutableSortedMap$Builder.build(ImmutableSortedMap.java:553)
 ~[spark-dpp-0.15-SNAPSHOT.jar:0.15-SNAPSHOT]
           at 
com.google.common.collect.ImmutableSortedMap$Builder.build(ImmutableSortedMap.java:451)
 ~[spark-dpp-0.15-SNAPSHOT.jar:0.15-SNAPSHOT]
           at org.apache.doris.qe.HelpModule.build(HelpModule.java:217) 
~[palo-fe.jar:0.15-SNAPSHOT]
           at org.apache.doris.qe.HelpModule.setUpByZip(HelpModule.java:128) 
~[palo-fe.jar:0.15-SNAPSHOT]
           at org.apache.doris.qe.HelpModule.setUpModule(HelpModule.java:268) 
~[palo-fe.jar:0.15-SNAPSHOT]
           at org.apache.doris.qe.QeService.<init>(QeService.java:46) 
[palo-fe.jar:0.15-SNAPSHOT]
           at org.apache.doris.PaloFe.start(PaloFe.java:132) 
[palo-fe.jar:0.15-SNAPSHOT]
           at org.apache.doris.PaloFe.main(PaloFe.java:63) 
[palo-fe.jar:0.15-SNAPSHOT]
   ```
   
   ### What You Expected?
   
   No error.
   
   ### How to Reproduce?
   
   Build FE and run
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to