This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 7b1edb26d62 [fix](skew_join)should make skewExpr and skewValues have 
same datatype (#58941)
     add 96dabda28f9 [feature](posexplode) support multi args (#58990)

No new revisions were added by this update.

Summary of changes:
 .../catalog/BuiltinTableGeneratingFunctions.java   |   3 +-
 .../functions/generator/PosExplode.java            |  56 ++++++--
 .../functions/generator/PosExplodeOuter.java       |  55 +++++--
 ...iantArrayTest.java => PosExplodeOuterTest.java} |  29 ++--
 ...deVariantArrayTest.java => PosExplodeTest.java} |  29 ++--
 .../sql_functions/table_function/posexplode.out    | 159 +++++++++++++++------
 .../sql_functions/table_function/posexplode.groovy |  49 +++++++
 7 files changed, 286 insertions(+), 94 deletions(-)
 copy 
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/expressions/functions/generator/{ExplodeVariantArrayTest.java
 => PosExplodeOuterTest.java} (68%)
 copy 
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/expressions/functions/generator/{ExplodeVariantArrayTest.java
 => PosExplodeTest.java} (69%)


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

Reply via email to