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

github-actions[bot] pushed a change to branch auto-pick-64080-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from d4b11f0cd9d branch-4.1: [fix](mtmv) Add null-safety to 
getBaseViewsOneLevel for backward compatibility #64412 (#64500)
     add 1a49ca47fd9 [fix](fe) Prevent cast project pushdown through union 
distinct (#64080)

No new revisions were added by this update.

Summary of changes:
 .../rules/rewrite/PushProjectThroughUnion.java     | 33 +++++++++--
 .../org/apache/doris/nereids/types/ArrayType.java  |  9 +++
 .../apache/doris/nereids/types/BooleanType.java    |  8 +++
 .../org/apache/doris/nereids/types/DataType.java   |  4 ++
 .../apache/doris/nereids/types/DateTimeType.java   |  9 +++
 .../apache/doris/nereids/types/DateTimeV2Type.java | 13 +++++
 .../org/apache/doris/nereids/types/DateType.java   |  6 ++
 .../apache/doris/nereids/types/DecimalV2Type.java  | 14 +++++
 .../apache/doris/nereids/types/DecimalV3Type.java  | 14 +++++
 .../org/apache/doris/nereids/types/MapType.java    | 10 ++++
 .../org/apache/doris/nereids/types/StructType.java | 18 ++++++
 .../doris/nereids/types/TimeStampTzType.java       | 10 ++++
 .../org/apache/doris/nereids/types/TimeV2Type.java | 10 ++++
 .../apache/doris/nereids/types/VariantType.java    |  5 ++
 .../nereids/types/coercion/CharacterType.java      |  5 ++
 .../doris/nereids/types/coercion/IntegralType.java | 15 +++++
 .../apache/doris/nereids/util/ExpressionUtils.java | 14 +++++
 .../rules/rewrite/PushProjectThroughUnionTest.java | 57 +++++++++++++++++++
 .../apache/doris/nereids/types/DataTypeTest.java   | 66 ++++++++++++++++++++++
 .../data/nereids_syntax_p0/set_operation.out       |  9 ++-
 .../suites/nereids_syntax_p0/set_operation.groovy  | 21 +++++++
 21 files changed, 343 insertions(+), 7 deletions(-)


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

Reply via email to