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 09b8d32421 [fix](memtracker) Fix mem limit exceed return wrong format (#12139) add 580b8dd3ec [improve](Nereids)make some DataType's constructor's access level to private (#12143) No new revisions were added by this update. Summary of changes: .../org/apache/doris/nereids/types/BigIntType.java | 3 + .../apache/doris/nereids/types/BooleanType.java | 3 + .../apache/doris/nereids/types/DateTimeType.java | 3 + .../org/apache/doris/nereids/types/DateType.java | 3 + .../org/apache/doris/nereids/types/DoubleType.java | 3 + .../org/apache/doris/nereids/types/FloatType.java | 3 + .../apache/doris/nereids/types/IntegerType.java | 3 + .../apache/doris/nereids/types/LargeIntType.java | 3 + .../org/apache/doris/nereids/types/NullType.java | 3 + .../apache/doris/nereids/types/SmallIntType.java | 3 + .../org/apache/doris/nereids/types/StringType.java | 2 +- .../apache/doris/nereids/types/TinyIntType.java | 3 + .../rules/exploration/join/JoinCommuteTest.java | 4 +- .../doris/nereids/trees/plans/PlanEqualsTest.java | 64 +++++++++++----------- .../apache/doris/nereids/types/DataTypeTest.java | 60 -------------------- .../doris/nereids/util/AnalyzeSubQueryTest.java | 36 ++++++------ 16 files changed, 86 insertions(+), 113 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org