imay commented on a change in pull request #3571: URL: https://github.com/apache/incubator-doris/pull/3571#discussion_r424938429
########## File path: fe/src/main/java/org/apache/doris/catalog/FunctionSet.java ########## @@ -554,29 +555,29 @@ public boolean isNonNullResultWithNullParamFunctions(String funcName) { private static final Map<Type, String> BITMAP_INTERSECT_INIT_SYMBOL = ImmutableMap.<Type, String>builder() .put(Type.TINYINT, - "_ZN5doris15BitmapFunctions21bitmap_intersect_initIaN9doris_udf10TinyIntValEEEvPNS2_15FunctionContextEPNS2_9StringValE") + "_ZN5doris15BitmapFunctions20intersect_count_initIaN9doris_udf10TinyIntValEEEvPNS2_15FunctionContextEPNS2_9StringValE") Review comment: You can't change this name directly. Because it will cause query fail when grayscale upgrade ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org