cambyzju commented on code in PR #43221: URL: https://github.com/apache/doris/pull/43221#discussion_r1827698852
########## fe/fe-core/src/main/java/org/apache/doris/catalog/BuiltinTableGeneratingFunctions.java: ########## @@ -71,7 +73,9 @@ public class BuiltinTableGeneratingFunctions implements FunctionHelper { tableGenerating(ExplodeJsonArrayStringOuter.class, "explode_json_array_string_outer"), tableGenerating(ExplodeJsonArrayJson.class, "explode_json_array_json"), tableGenerating(ExplodeJsonArrayJsonOuter.class, "explode_json_array_json_outer"), - tableGenerating(ExplodeVariantArray.class, "explode_variant_array") + tableGenerating(ExplodeVariantArray.class, "explode_variant_array"), + tableGenerating(PoseExplode.class, "pose_explode"), Review Comment: why not keep it the same as spark? doris explode and lateral view come from hive and spark. use "posexplode"? or at least use "pos-explode"? -- 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