This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-50425-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 5be25565031 [enhancement](compaction) replace hardcoded compaction thresholds with config (#49662) (#50514) add 77f6d0469a1 [fix](constant fold)Make sure FE cast double to varchar generate identical result with BE. (#50425) No new revisions were added by this update. Summary of changes: .../expression/rules/FoldConstantRuleOnFE.java | 23 +++++ .../trees/expressions/literal/DoubleLiteral.java | 30 +++++++ .../expressions/literal/DoubleLiteralTest.java | 49 +++++++++++ .../fold_constant_string_arithmatic.groovy | 98 ++++++++++++++++++++++ 4 files changed, 200 insertions(+) create mode 100644 fe/fe-core/src/test/java/org/apache/doris/nereids/trees/expressions/literal/DoubleLiteralTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org