{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":99919302,"defaultBranch":"master","name":"doris","ownerLogin":"apache","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-08-10T12:13:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47359?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717159089.0","currentOid":""},"activityList":{"items":[{"before":"8c7970259922aac8aa59ced597e50ee9f05d983a","after":"bf5736a810630d9d3d776f3dbc75f5bb47255096","ref":"refs/heads/master","pushedAt":"2024-06-01T00:33:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HappenLee","name":"HappenLee","path":"/HappenLee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10553413?s=80&v=4"},"commit":{"message":"[Feature](function) support array_split and array_reverse_split functions (#35619)\n\n## Proposed changes\r\n\r\n```sql\r\nmysql> select array_split((x,y)->y, [1,2,3,4,5], [1,0,0,0,0]);\r\n+----------------------------------------------------------------------------------------------------------------+\r\n| array_split([1, 2, 3, 4, 5], cast(array_map((x, y) -> y, [1, 2, 3, 4, 5], [1, 0, 0, 0, 0]) as ARRAY)) |\r\n+----------------------------------------------------------------------------------------------------------------+\r\n| [[1, 2, 3, 4, 5]] |\r\n+----------------------------------------------------------------------------------------------------------------+\r\n1 row in set (0.13 sec)\r\n```\r\n\r\ndocs pr: https://github.com/apache/doris-website/pull/698","shortMessageHtmlLink":"[Feature](function) support array_split and array_reverse_split funct…"}},{"before":"adfcbe86cebb30375dc8fb04ca924c2434e053a0","after":"8c7970259922aac8aa59ced597e50ee9f05d983a","ref":"refs/heads/master","pushedAt":"2024-06-01T00:23:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HappenLee","name":"HappenLee","path":"/HappenLee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10553413?s=80&v=4"},"commit":{"message":"[Fix](inverted index) fix fast execute condition for vexpr (#35673)","shortMessageHtmlLink":"[Fix](inverted index) fix fast execute condition for vexpr (#35673)"}},{"before":"5468df60d009a003a9e80e1f4082d8c9689fbd4e","after":"186947db9dc83ae3d311d39e7e48576fe517c0ef","ref":"refs/heads/branch-2.0","pushedAt":"2024-06-01T00:21:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaokang","name":"Kang","path":"/xiaokang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/680838?s=80&v=4"},"commit":{"message":"[Fix](inverted index) fix fast execute condition for vexpr #35673 (#35744)","shortMessageHtmlLink":"[Fix](inverted index) fix fast execute condition for vexpr #35673 (#3…"}},{"before":"2bad561edee49948f573d4ee88d2c89c1b9cfeae","after":"9dd573888ae0fc35ba4cd17670a832bf01a0b37e","ref":"refs/heads/branch-2.1","pushedAt":"2024-06-01T00:00:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yiguolei","name":null,"path":"/yiguolei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9208457?s=80&v=4"},"commit":{"message":"[bugfix](stdcallonce) replace std callonce with a lock because it is not exception safe (#35126)","shortMessageHtmlLink":"[bugfix](stdcallonce) replace std callonce with a lock because it is …"}},{"before":"cb96a79d07a7ccb7c341370bfe5730ec333ce9fe","after":"2bad561edee49948f573d4ee88d2c89c1b9cfeae","ref":"refs/heads/branch-2.1","pushedAt":"2024-05-31T16:49:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yiguolei","name":null,"path":"/yiguolei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9208457?s=80&v=4"},"commit":{"message":"(Fix)[hive-writer] Fixed the issue when partition values contain spaces when writing to s3. (#35645)\n\n## Proposed changes\r\n\r\nIssue Number: close #31442\r\n\r\n(Fix) [hive-writer] Fixed the issue when partition values contain spaces\r\nwhen writing to s3.\r\n\r\n### Error msg\r\n```\r\norg.apache.doris.common.UserException: errCode = 2, detailMessage = java.net.URISyntaxException: Illegal character in path at index 114: oss://xxxxxxxxxxx/hive/tpcds1000_partition_oss/call_center/cc_call_center_sk=1/cc_mkt_class=A bit narrow forms matter animals. Consist/cc_market_manager=Daniel Weller/cc_rec_end_date=2001-12-31/f6b5ff4253414b06-9fd365ef68e5ddc5_133f02fb-a7e0-4109-9100-fb748a28259e-0.zlib.orc\r\n at org.apache.doris.common.util.S3URI.validateUri(S3URI.java:134) ~[doris-fe.jar:1.2-SNAPSHOT]\r\n at org.apache.doris.common.util.S3URI.parseUri(S3URI.java:120) ~[doris-fe.jar:1.2-SNAPSHOT]\r\n at org.apache.doris.common.util.S3URI.(S3URI.java:116) ~[doris-fe.jar:1.2-SNAPSHOT]\r\n at org.apache.doris.common.util.S3URI.create(S3URI.java:108) ~[doris-fe.jar:1.2-SNAPSHOT]\r\n at org.apache.doris.fs.obj.S3ObjStorage.deleteObject(S3ObjStorage.java:194) ~[doris-fe.jar:1.2-SNAPSHOT]\r\n at org.apache.doris.fs.remote.ObjFileSystem.delete(ObjFileSystem.java:150) ~[doris-fe.jar:1.2-SNAPSHOT]\r\n at org.apache.doris.fs.remote.SwitchingFileSystem.delete(SwitchingFileSystem.java:92) ~[doris-fe.jar:1.2-\r\n```\r\n\r\n### Root Cause\r\nHadoop partition names will encode some special characters, but not\r\nspace characters, which is different from URI encoding. Therefore, an\r\nerror will be reported when constructing URI.\r\n\r\n### Solution\r\nThe solution is to use regular expressions to parse URI, and then pass\r\nin each part of URI to construct URI. This URI constructor will encode\r\neach part of URI.","shortMessageHtmlLink":"(Fix)[hive-writer] Fixed the issue when partition values contain spac…"}},{"before":"3beb92b3b001d8ce3596a6f2d286aa4e5184153f","after":"adfcbe86cebb30375dc8fb04ca924c2434e053a0","ref":"refs/heads/master","pushedAt":"2024-05-31T16:48:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yiguolei","name":null,"path":"/yiguolei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9208457?s=80&v=4"},"commit":{"message":"(Fix)[hive-writer] Fixed the issue when partition values contain spaces when writing to s3. (#35645)\n\n## Proposed changes\r\n\r\nIssue Number: close #31442\r\n\r\n(Fix) [hive-writer] Fixed the issue when partition values contain spaces\r\nwhen writing to s3.\r\n\r\n### Error msg\r\n```\r\norg.apache.doris.common.UserException: errCode = 2, detailMessage = java.net.URISyntaxException: Illegal character in path at index 114: oss://xxxxxxxxxxx/hive/tpcds1000_partition_oss/call_center/cc_call_center_sk=1/cc_mkt_class=A bit narrow forms matter animals. Consist/cc_market_manager=Daniel Weller/cc_rec_end_date=2001-12-31/f6b5ff4253414b06-9fd365ef68e5ddc5_133f02fb-a7e0-4109-9100-fb748a28259e-0.zlib.orc\r\n at org.apache.doris.common.util.S3URI.validateUri(S3URI.java:134) ~[doris-fe.jar:1.2-SNAPSHOT]\r\n at org.apache.doris.common.util.S3URI.parseUri(S3URI.java:120) ~[doris-fe.jar:1.2-SNAPSHOT]\r\n at org.apache.doris.common.util.S3URI.(S3URI.java:116) ~[doris-fe.jar:1.2-SNAPSHOT]\r\n at org.apache.doris.common.util.S3URI.create(S3URI.java:108) ~[doris-fe.jar:1.2-SNAPSHOT]\r\n at org.apache.doris.fs.obj.S3ObjStorage.deleteObject(S3ObjStorage.java:194) ~[doris-fe.jar:1.2-SNAPSHOT]\r\n at org.apache.doris.fs.remote.ObjFileSystem.delete(ObjFileSystem.java:150) ~[doris-fe.jar:1.2-SNAPSHOT]\r\n at org.apache.doris.fs.remote.SwitchingFileSystem.delete(SwitchingFileSystem.java:92) ~[doris-fe.jar:1.2-\r\n```\r\n\r\n### Root Cause\r\nHadoop partition names will encode some special characters, but not\r\nspace characters, which is different from URI encoding. Therefore, an\r\nerror will be reported when constructing URI.\r\n\r\n### Solution\r\nThe solution is to use regular expressions to parse URI, and then pass\r\nin each part of URI to construct URI. This URI constructor will encode\r\neach part of URI.","shortMessageHtmlLink":"(Fix)[hive-writer] Fixed the issue when partition values contain spac…"}},{"before":"bc062a259500ca3630029d4eb01585dc998e05f5","after":"cb96a79d07a7ccb7c341370bfe5730ec333ce9fe","ref":"refs/heads/branch-2.1","pushedAt":"2024-05-31T16:42:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yiguolei","name":null,"path":"/yiguolei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9208457?s=80&v=4"},"commit":{"message":"[bugfix](iceberg)fix datetime conversion error and data path error (#35708)\n\n## Proposed changes\r\nIssue #31442\r\n\r\n\r\n\r\n1. The unit of the seventh parameter of `ZonedDateTime.of` is\r\nnanosecond, so we should multiply the microsecond by 1000.\r\n2. When writing to a non-partitioned iceberg table, the data path has an\r\nextra slash","shortMessageHtmlLink":"[bugfix](iceberg)fix datetime conversion error and data path error (#…"}},{"before":"dd9beff5b728329cff3f4043def2f4a41047759f","after":"3beb92b3b001d8ce3596a6f2d286aa4e5184153f","ref":"refs/heads/master","pushedAt":"2024-05-31T16:41:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yiguolei","name":null,"path":"/yiguolei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9208457?s=80&v=4"},"commit":{"message":"[bugfix](iceberg)fix datetime conversion error and data path error (#35708)\n\n## Proposed changes\r\nIssue #31442\r\n\r\n\r\n\r\n1. The unit of the seventh parameter of `ZonedDateTime.of` is\r\nnanosecond, so we should multiply the microsecond by 1000.\r\n2. When writing to a non-partitioned iceberg table, the data path has an\r\nextra slash","shortMessageHtmlLink":"[bugfix](iceberg)fix datetime conversion error and data path error (#…"}},{"before":"d1c1c49d53c7cc22adbe9fe89fa31b683da5bcc5","after":"dd9beff5b728329cff3f4043def2f4a41047759f","ref":"refs/heads/master","pushedAt":"2024-05-31T15:07:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"morningman","name":"Mingyu Chen","path":"/morningman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2899462?s=80&v=4"},"commit":{"message":"[fix](orc)fix orc reader missing column and filter missing column. (#35583)\n\nFixed the problem that filtering with non-existent columns failed when\r\nreading orc tables\r\n\r\nexample : \r\n```\r\nmysql> select * from sc_test;\r\n+------+------+-------+----------------------+----------+\r\n| id | type | state | sensitive_query_flag | dt |\r\n+------+------+-------+----------------------+----------+\r\n| 5 | 6 | bac | NULL | 20240226 |\r\n| 3 | 4 | bac | NULL | 20240227 |\r\n| 1 | 2 | bac | 1 | 20240228 |\r\n+------+------+-------+----------------------+----------+\r\n3 rows in set (0.03 sec)\r\n\r\nmysql> select * from sc_test where sensitive_query_flag is null;\r\n0 rows in set (0.03 sec)\r\n```\r\nafter : \r\n```\r\nmysql> select * from sc_test where sensitive_query_flag is null;\r\n+------+------+-------+----------------------+----------+\r\n| id | type | state | sensitive_query_flag | dt |\r\n+------+------+-------+----------------------+----------+\r\n| 3 | 4 | bac | NULL | 20240227 |\r\n| 5 | 6 | bac | NULL | 20240226 |\r\n+------+------+-------+----------------------+----------+\r\n2 rows in set (0.03 sec)\r\n\r\n```","shortMessageHtmlLink":"[fix](orc)fix orc reader missing column and filter missing column. (#…"}},{"before":"bdd337cc9c4c8ac08e19ac1da3822800da8960bb","after":"5468df60d009a003a9e80e1f4082d8c9689fbd4e","ref":"refs/heads/branch-2.0","pushedAt":"2024-05-31T14:56:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"morningman","name":"Mingyu Chen","path":"/morningman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2899462?s=80&v=4"},"commit":{"message":"[fix](orc)fix orc reader missing column. (#35737)\n\nbp #35583","shortMessageHtmlLink":"[fix](orc)fix orc reader missing column. (#35737)"}},{"before":"1d89dd760741bb46af2366a8124a53acf784cf42","after":"bc062a259500ca3630029d4eb01585dc998e05f5","ref":"refs/heads/branch-2.1","pushedAt":"2024-05-31T14:51:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yiguolei","name":null,"path":"/yiguolei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9208457?s=80&v=4"},"commit":{"message":"[fix](orc)fix orc reader missing column. (#35735)\n\n## Proposed changes\r\nbp #35583 \r\nIssue Number: close #xxx\r\n\r\n","shortMessageHtmlLink":"[fix](orc)fix orc reader missing column. (#35735)"}},{"before":"b864aa7aa2349a8411425e8d878493d363f15d93","after":"1d89dd760741bb46af2366a8124a53acf784cf42","ref":"refs/heads/branch-2.1","pushedAt":"2024-05-31T14:51:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yiguolei","name":null,"path":"/yiguolei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9208457?s=80&v=4"},"commit":{"message":"[fix](catalog) close connection on refresh (#35426) (#35743)\n\nbp #35426","shortMessageHtmlLink":"[fix](catalog) close connection on refresh (#35426) (#35743)"}},{"before":"9468227842ed48da4c9f862691fa4a0d82bd7a41","after":"b864aa7aa2349a8411425e8d878493d363f15d93","ref":"refs/heads/branch-2.1","pushedAt":"2024-05-31T14:50:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yiguolei","name":null,"path":"/yiguolei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9208457?s=80&v=4"},"commit":{"message":"[fix](pipeline) Fix query hang up if limited rows is reached (#35513) (#35746)\n\nFollow-up for #35466.\r\n\r\nWe should assure closed tasks will not block other tasks.\r\n\r\n## Proposed changes\r\n\r\nIssue Number: close #xxx\r\n\r\n","shortMessageHtmlLink":"[fix](pipeline) Fix query hang up if limited rows is reached (#35513) ("}},{"before":"5315df36c0c217edd4ad5e9301314d7388977906","after":"9468227842ed48da4c9f862691fa4a0d82bd7a41","ref":"refs/heads/branch-2.1","pushedAt":"2024-05-31T14:50:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"morningman","name":"Mingyu Chen","path":"/morningman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2899462?s=80&v=4"},"commit":{"message":"[Fix](tvf) Pass through user-defined properties (#35515) (#35747)\n\nbp #35515\r\n\r\nCo-authored-by: Tiewei Fang <43782773+BePPPower@users.noreply.github.com>","shortMessageHtmlLink":"[Fix](tvf) Pass through user-defined properties (#35515) (#35747)"}},{"before":"37d56318a51d424188139afdd757dd76460ee2f2","after":"5315df36c0c217edd4ad5e9301314d7388977906","ref":"refs/heads/branch-2.1","pushedAt":"2024-05-31T14:48:50.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"yiguolei","name":null,"path":"/yiguolei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9208457?s=80&v=4"},"commit":{"message":" [opt](mtmv) Improve the mv rewrite performance by optimize code usage (#35674)\n\nImprove the performance from two points, one is optimize decide model\r\nmethod and another is to reuse the mv struc info:\r\n\r\n1. Instead of use java.util.List#containsAll by\r\njava.util.Set#containsAll in method\r\nAbstractMaterializedViewRule#decideMatchMode\r\n\r\n2. Reuse the mv struct info in different query, because mv struct info\r\nis immutable.\r\n\r\nNotes: tableBitSet in struct info is relevant to the statementContext\r\nin cascadesContext, if reuse the mv struct info for different query,\r\nwe should re generate table bitset and construct new struct info with\r\nmethod StructInfo#withTableBitSet","shortMessageHtmlLink":" [opt](mtmv) Improve the mv rewrite performance by optimize code usage ("}},{"before":"e008bcfda2244ab6b5f5584eb1acb57e8f0ad71d","after":"d1c1c49d53c7cc22adbe9fe89fa31b683da5bcc5","ref":"refs/heads/master","pushedAt":"2024-05-31T14:41:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BiteTheDDDDt","name":"Pxl","path":"/BiteTheDDDDt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7939630?s=80&v=4"},"commit":{"message":"[regression-test](case) forbid unstable case (#35738)\n\nforbid unstable case","shortMessageHtmlLink":"[regression-test](case) forbid unstable case (#35738)"}},{"before":"f53aee4c8f3953d3c2b83862826e124e04c37ada","after":"e008bcfda2244ab6b5f5584eb1acb57e8f0ad71d","ref":"refs/heads/master","pushedAt":"2024-05-31T14:40:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yiguolei","name":null,"path":"/yiguolei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9208457?s=80&v=4"},"commit":{"message":"[fix](decimal256) fix coredump when enable decimal256 but fallback to old planner (#35731)\n\n## Proposed changes\r\n\r\nIssue Number: close #xxx\r\n\r\nBE coredump when enable decimal256 but fallback to old planner.\r\nWhen enable_decimal256 =true and falls back to the old optimizer, the\r\nsum result type become decimal128, but BE receives\r\nenable_decimal256=true, thinking that the sum result type is still\r\ndecimal256.\r\n\r\n```\r\n20240530 18:01:40.713162 72530 assert_cast.h:57] Bad cast from type:doris::vectorized::ColumnDecimal to doris::vectorized::ColumnDecimal > >\r\n*** Check failure stack trace: ***\r\n @ 0x564c51b56e86 google::LogMessage::SendToLog()\r\n @ 0x564c51b538d0 google::LogMessage::Flush()\r\n @ 0x564c51b576c9 google::LogMessageFatal::~LogMessageFatal()\r\n @ 0x564c266f6880 assert_cast<>()\r\n @ 0x564c3361ebe8 doris::vectorized::AggregateFunctionSum<>::insert_result_into()\r\n @ 0x564c33633cee doris::vectorized::AggregateFunctionNullBaseInline<>::insert_result_into()\r\n @ 0x564c33633f48 doris::vectorized::IAggregateFunctionHelper<>::insert_result_into_vec()\r\nF20240530 18:01:40.986271 72538 assert_cast.h:57] Bad cast from type:doris::vectorized::ColumnDecimal to doris::vectorized::ColumnDecimal > >\r\n\r\n*** Query id: 6ba2b0c5b10249d4-a36d87744741db1d ***\r\n*** is nereids: 0 ***\r\n*** tablet id: 0 ***\r\n*** Aborted at 1717063302 (unix time) try \"date -d @1717063302\" if you are using GNU date ***\r\n*** Current BE git commitID: b130df2488 ***\r\n*** SIGABRT unknown detail explain (@0x10fd5) received by PID 69589 (TID 72530 OR 0x7f61a04bb700) from PID 69589; stack trace: ***\r\n @ 0x564c3bafab38 std::_Function_handler<>::_M_invoke()\r\n @ 0x564c2489325f std::function<>::operator()()\r\n @ 0x564c3b82da6d doris::vectorized::AggregationNode::pull()\r\n @ 0x564c3b82d6cc doris::vectorized::AggregationNode::get_next()\r\n @ 0x564c2487329d std::__invoke_impl<>()\r\n @ 0x564c24872fb0 std::__invoke<>()\r\n @ 0x564c24872ea7 _ZNSt5_BindIFMN5doris8ExecNodeEFNS0_6StatusEPNS0_12RuntimeStateEPNS0_10vectorized5BlockEPbEPS1_St12_PlaceholderILi1EESC_ILi2EESC_ILi3EEEE6__callIS2_JOS4_OS7_OS8_EJLm0ELm1ELm2ELm3EEEET_OSt5tupleIJDpT0_EESt12_Index_tupleIJXspT1_EEE\r\n @ 0x564c24872c38 std::_Bind<>::operator()<>()\r\n @ 0x564c24872ae8 std::__invoke_impl<>()\r\n @ 0x564c24872a58 _ZSt10__invoke_rIN5doris6StatusERSt5_BindIFMNS0_8ExecNodeEFS1_PNS0_12RuntimeStateEPNS0_10vectorized5BlockEPbEPS3_St12_PlaceholderILi1EESD_ILi2EESD_ILi3EEEEJS5_S8_S9_EENSt9enable_ifIX16is_invocable_r_vIT_T0_DpT1_EESL_E4typeEOSM_DpOSN_\r\n 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /mnt/disk2/tengjianping/doris-38/be/src/common/signal_handler.h:421\r\n 1# 0x00007F6C0F5AD400 in /lib64/libc.so.6\r\n 2# gsignal in /lib64/libc.so.6\r\n 3# abort in /lib64/libc.so.6\r\n 4# 0x0000564C51B616FD in /usr/local/doris/apache-doris-be-1.2.0-bin-x86_64/lib/doris_be\r\n 5# 0x0000564C51B53D9A in /usr/local/doris/apache-doris-be-1.2.0-bin-x86_64/lib/doris_be\r\n 6# google::LogMessage::SendToLog() in /usr/local/doris/apache-doris-be-1.2.0-bin-x86_64/lib/doris_be\r\n 7# google::LogMessage::Flush() in /usr/local/doris/apache-doris-be-1.2.0-bin-x86_64/lib/doris_be\r\n 8# google::LogMessageFatal::~LogMessageFatal() in /usr/local/doris/apache-doris-be-1.2.0-bin-x86_64/lib/doris_be\r\n 9# doris::vectorized::ColumnDecimal > >& assert_cast > >&, doris::vectorized::IColumn&>(doris::vectorized::IColumn&) in /usr/local/doris/apache-doris-be-1.2.0-bin-x86_64/lib/doris_be\r\n10# doris::vectorized::AggregateFunctionSum >, doris::vectorized::AggregateFunctionSumData > > >::insert_result_into(char const*, doris::vectorized::IColumn&) const at /mnt/disk2/tengjianping/doris-38/be/src/vec/aggregate_functions/aggregate_function_sum.h:124\r\n11# doris::vectorized::AggregateFunctionNullBaseInline >, doris::vectorized::AggregateFunctionSumData > > >, true, doris::vectorized::AggregateFunctionNullUnaryInline >, doris::vectorized::AggregateFunctionSumData > > >, true> >::insert_result_into(char const*, doris::vectorized::IColumn&) const at /mnt/disk2/tengjianping/doris-38/be/src/vec/aggregate_functions/aggregate_function_null.h:171\r\n12# doris::vectorized::IAggregateFunctionHelper >, doris::vectorized::AggregateFunctionSumData > > >, true> >::insert_result_into_vec(std::vector > const&, unsigned long, doris::vectorized::IColumn&, unsigned long) const at /mnt/disk2/tengjianping/doris-38/be/src/vec/aggregate_functions/aggregate_function.h:315\r\n13# doris::vectorized::AggFnEvaluator::insert_result_info_vec(std::vector > const&, unsigned long, doris::vectorized::IColumn*, unsigned long) at /mnt/disk2/tengjianping/doris-38/be/src/vec/exprs/vectorized_agg_fn.cpp:273\r\n14# void doris::vectorized::AggregationNode::_get_result_with_serialized_key_non_spill(doris::RuntimeState*, doris::vectorized::Block*, bool*)::$_0::operator() > > > >&>(doris::vectorized::MethodSingleNullableColumn > > > >&) const at /mnt/disk2/tengjianping/doris-38/be/src/vec/exec/vaggregation_node.cpp:1296\r\n15# void std::__invoke_impl > > > >&>(std::__invoke_other, doris::vectorized::AggregationNode::_get_result_with_serialized_key_non_spill(doris::RuntimeState*, doris::vectorized::Block*, bool*)::$_0&&, doris::vectorized::MethodSingleNullableColumn > > > >&) at /mnt/disk2/tengjianping/local/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h:61\r\n\r\n20# doris::vectorized::AggregationNode::_get_result_with_serialized_key_non_spill(doris::RuntimeState*, doris::vectorized::Block*, bool*) at /mnt/disk2/tengjianping/doris-38/be/src/vec/exec/vaggregation_node.cpp:1264\r\n21# doris::vectorized::AggregationNode::_get_with_serialized_key_result(doris::RuntimeState*, doris::vectorized::Block*, bool*) in /usr/local/doris/apache-doris-be-1.2.0-bin-x86_64/lib/doris_be\r\n22# doris::Status std::__invoke_impl(std::__invoke_memfun_deref, doris::Status (doris::vectorized::AggregationNode::*&)(doris::RuntimeState*, doris::vectorized::Block*, bool*), doris::vectorized::AggregationNode*&, doris::RuntimeState*&&, doris::vectorized::Block*&&, bool*&&) at /mnt/disk2/tengjianping/local/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h:74\r\n23# std::enable_if, doris::Status>::type std::__invoke_r(doris::Status (doris::vectorized::AggregationNode::*&)(doris::RuntimeState*, doris::vectorized::Block*, bool*), doris::vectorized::AggregationNode*&, doris::RuntimeState*&&, doris::vectorized::Block*&&, bool*&&) at /mnt/disk2/tengjianping/local/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h:114\r\n24# doris::Status std::_Bind_result, std::_Placeholder<2>, std::_Placeholder<3>))(doris::RuntimeState*, doris::vectorized::Block*, bool*)>::__call(std::tuple&&, std::_Index_tuple<0ul, 1ul, 2ul, 3ul>) at /mnt/disk2/tengjianping/local/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/functional:570\r\n25# doris::Status std::_Bind_result, std::_Placeholder<2>, std::_Placeholder<3>))(doris::RuntimeState*, doris::vectorized::Block*, bool*)>::operator()(doris::RuntimeState*&&, doris::vectorized::Block*&&, bool*&&) at /mnt/disk2/tengjianping/local/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/functional:629\r\n26# doris::Status std::__invoke_impl, std::_Placeholder<2>, std::_Placeholder<3>))(doris::RuntimeState*, doris::vectorized::Block*, bool*)>&, doris::RuntimeState*, doris::vectorized::Block*, bool*>(std::__invoke_other, std::_Bind_result, std::_Placeholder<2>, std::_Placeholder<3>))(doris::RuntimeState*, doris::vectorized::Block*, bool*)>&, doris::RuntimeState*&&, doris::vectorized::Block*&&, bool*&&) at /mnt/disk2/tengjianping/local/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h:61\r\n27# std::enable_if, std::_Placeholder<2>, std::_Placeholder<3>))(doris::RuntimeState*, doris::vectorized::Block*, bool*)>&, doris::RuntimeState*, doris::vectorized::Block*, bool*>, doris::Status>::type std::__invoke_r, std::_Placeholder<2>, std::_Placeholder<3>))(doris::RuntimeState*, doris::vectorized::Block*, bool*)>&, doris::RuntimeState*, doris::vectorized::Block*, bool*>(std::_Bind_result, std::_Placeholder<2>, std::_Placeholder<3>))(doris::RuntimeState*, doris::vectorized::Block*, bool*)>&, doris::RuntimeState*&&, doris::vectorized::Block*&&, bool*&&) at /mnt/disk2/tengjianping/local/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h:114\r\n28# std::_Function_handler, std::_Placeholder<2>, std::_Placeholder<3>))(doris::RuntimeState*, doris::vectorized::Block*, bool*)> >::_M_invoke(std::_Any_data const&, doris::RuntimeState*&&, doris::vectorized::Block*&&, bool*&&) at /mnt/disk2/tengjianping/local/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:291\r\n29# std::function::operator()(doris::RuntimeState*, doris::vectorized::Block*, bool*) const at /mnt/disk2/tengjianping/local/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:560\r\n30# doris::vectorized::AggregationNode::pull(doris::RuntimeState*, doris::vectorized::Block*, bool*) at /mnt/disk2/tengjianping/doris-38/be/src/vec/exec/vaggregation_node.cpp:494\r\n31# doris::vectorized::AggregationNode::get_next(doris::RuntimeState*, doris::vectorized::Block*, bool*) at /mnt/disk2/tengjianping/doris-38/be/src/vec/exec/vaggregation_node.cpp:487\r\n```","shortMessageHtmlLink":"[fix](decimal256) fix coredump when enable decimal256 but fallback to…"}},{"before":"50446688891a43bcda0ff1ce37a1a5fb0d88a80f","after":"f53aee4c8f3953d3c2b83862826e124e04c37ada","ref":"refs/heads/master","pushedAt":"2024-05-31T14:31:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yiguolei","name":null,"path":"/yiguolei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9208457?s=80&v=4"},"commit":{"message":"[Fix](tvf) Pass through user-defined properties (#35515)\n\n## Proposed changes\r\n\r\nIssue Number: close #xxx\r\n\r\nPreviously, irrelevant properties passed by users when using TVF were\r\ndirectly ignored by Doris.\r\nNow, we retain and pass these additional user-defined properties to the\r\nS3 SDK.\r\n\r\n\r\n\r\n## Further comments\r\n\r\nIf this is a relatively large or complex change, kick off the discussion\r\nat [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why\r\nyou chose the solution you did and what alternatives you considered,\r\netc...","shortMessageHtmlLink":"[Fix](tvf) Pass through user-defined properties (#35515)"}},{"before":"a11a590368da90975cc8195731f2ac8660f6a747","after":"50446688891a43bcda0ff1ce37a1a5fb0d88a80f","ref":"refs/heads/master","pushedAt":"2024-05-31T14:11:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yiguolei","name":null,"path":"/yiguolei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9208457?s=80&v=4"},"commit":{"message":"[thirdparty](compatibility) restore dragonbox for compile compatibility (#35605)\n\nrestore dragonbox for compile compatibility.","shortMessageHtmlLink":"[thirdparty](compatibility) restore dragonbox for compile compatibili…"}},{"before":"032a7a136569a99acbe81ef5b03b03f1b10befa6","after":"37d56318a51d424188139afdd757dd76460ee2f2","ref":"refs/heads/branch-2.1","pushedAt":"2024-05-31T14:02:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"morningman","name":"Mingyu Chen","path":"/morningman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2899462?s=80&v=4"},"commit":{"message":"[fix](mtmv)fix compile error (#35745)","shortMessageHtmlLink":"[fix](mtmv)fix compile error (#35745)"}},{"before":"23c925591a57284e770790b3b8cce609c517fbc7","after":"a11a590368da90975cc8195731f2ac8660f6a747","ref":"refs/heads/master","pushedAt":"2024-05-31T13:55:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Gabriel39","name":"Gabriel","path":"/Gabriel39","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37700562?s=80&v=4"},"commit":{"message":"[fix](pipeline) Fix query hang up if limited rows is reached (#35513)\n\nFollow-up for #35466.\r\n\r\nWe should assure closed tasks will not block other tasks.","shortMessageHtmlLink":"[fix](pipeline) Fix query hang up if limited rows is reached (#35513)"}},{"before":"9dc1196f1c26ff0127eb4dfd2598d7bb8713cabf","after":"032a7a136569a99acbe81ef5b03b03f1b10befa6","ref":"refs/heads/branch-2.1","pushedAt":"2024-05-31T13:46:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"morningman","name":"Mingyu Chen","path":"/morningman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2899462?s=80&v=4"},"commit":{"message":"[fix](build) fix compile issue from #35702","shortMessageHtmlLink":"[fix](build) fix compile issue from #35702"}},{"before":"99388a08b29bde074ff2877074d3301a2153c66e","after":"23c925591a57284e770790b3b8cce609c517fbc7","ref":"refs/heads/master","pushedAt":"2024-05-31T13:10:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"morningman","name":"Mingyu Chen","path":"/morningman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2899462?s=80&v=4"},"commit":{"message":"[Fix](trino-connector) add regression tests for trino-connector accessing Kafka. (#35282)","shortMessageHtmlLink":"[Fix](trino-connector) add regression tests for trino-connector acces…"}},{"before":"9c270e5cdf361b8497d568e38b3c736c8da52744","after":"9dc1196f1c26ff0127eb4dfd2598d7bb8713cabf","ref":"refs/heads/branch-2.1","pushedAt":"2024-05-31T12:51:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"morningman","name":"Mingyu Chen","path":"/morningman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2899462?s=80&v=4"},"commit":{"message":"[update](hudi) update hudi-spark bundle to 3.4.3 (#35013) (#35718)\n\nbackport: #35013","shortMessageHtmlLink":"[update](hudi) update hudi-spark bundle to 3.4.3 (#35013) (#35718)"}},{"before":"f31c2f4afe7bfc2d787bc804573ef82d0d6aabee","after":"8a8bf8336a1087937db2a5d92753ea54a291aab8","ref":"refs/heads/branch-3.0","pushedAt":"2024-05-31T12:43:10.000Z","pushType":"push","commitsCount":106,"pusher":{"login":"dataroaring","name":"Yongqiang YANG","path":"/dataroaring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98214048?s=80&v=4"},"commit":{"message":"[fix](regression-test) Fix s3 load profile test failed due to css schema change (#35633)\n\ns3_load_profile_test failed due to FE is adding space entity, and this\r\nmakes test failed.\r\n\r\nhttps://github.com/apache/doris/pull/35308\r\n\r\n\"image\"\r\nsrc=\"https://github.com/apache/doris/assets/42906151/a7692cd8-5dbd-4b60-9bf3-af2c6368ce62\"","shortMessageHtmlLink":"[fix](regression-test) Fix s3 load profile test failed due to css sch…"}},{"before":"f619e9315d7055845ccc24ae05f3981c34104b3c","after":"9c270e5cdf361b8497d568e38b3c736c8da52744","ref":"refs/heads/branch-2.1","pushedAt":"2024-05-31T12:41:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yiguolei","name":null,"path":"/yiguolei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9208457?s=80&v=4"},"commit":{"message":"[fix](delete) Fix unrecognized column name delete handler (#32429) (#35742)\n\npick doris-master #32429","shortMessageHtmlLink":"[fix](delete) Fix unrecognized column name delete handler (#32429) (#…"}},{"before":"981d2d3d75df2773a0b627becf30123a7286d46d","after":"f31c2f4afe7bfc2d787bc804573ef82d0d6aabee","ref":"refs/heads/branch-3.0","pushedAt":"2024-05-31T12:39:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dataroaring","name":"Yongqiang YANG","path":"/dataroaring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98214048?s=80&v=4"},"commit":{"message":"mark 3.0.0-rc06","shortMessageHtmlLink":"mark 3.0.0-rc06"}},{"before":"a162139f1a28fceeca4d6ff2da14572b1ba7b977","after":"981d2d3d75df2773a0b627becf30123a7286d46d","ref":"refs/heads/branch-3.0","pushedAt":"2024-05-31T12:37:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dataroaring","name":"Yongqiang YANG","path":"/dataroaring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98214048?s=80&v=4"},"commit":{"message":"[fix](segment cache) estimate momory consumed by segment (#35647)\n\nThe memory consumed in segment cache is 0 after\r\nhttps://github.com/apache/doris/pull/35432/files.\r\n\r\nThe pr also tracks memory usage of column readers.","shortMessageHtmlLink":"[fix](segment cache) estimate momory consumed by segment (#35647)"}},{"before":"7f8901578bd88d471afe424e94a00ef5510eb3af","after":"99388a08b29bde074ff2877074d3301a2153c66e","ref":"refs/heads/master","pushedAt":"2024-05-31T12:35:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dataroaring","name":"Yongqiang YANG","path":"/dataroaring","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98214048?s=80&v=4"},"commit":{"message":"[fix](segment cache) estimate momory consumed by segment (#35647)\n\nThe memory consumed in segment cache is 0 after\r\nhttps://github.com/apache/doris/pull/35432/files.\r\n\r\nThe pr also tracks memory usage of column readers.","shortMessageHtmlLink":"[fix](segment cache) estimate momory consumed by segment (#35647)"}},{"before":"a939b59dd4cb291a74ff694a1662bf2228230cea","after":"7f8901578bd88d471afe424e94a00ef5510eb3af","ref":"refs/heads/master","pushedAt":"2024-05-31T11:30:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yiguolei","name":null,"path":"/yiguolei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9208457?s=80&v=4"},"commit":{"message":"[fix](regression-test) Fix s3 load profile test failed due to css schema change (#35633)\n\ns3_load_profile_test failed due to FE is adding space entity, and this\r\nmakes test failed.\r\n\r\nhttps://github.com/apache/doris/pull/35308\r\n\r\n\"image\"\r\nsrc=\"https://github.com/apache/doris/assets/42906151/a7692cd8-5dbd-4b60-9bf3-af2c6368ce62\"","shortMessageHtmlLink":"[fix](regression-test) Fix s3 load profile test failed due to css sch…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWXxOrAA","startCursor":null,"endCursor":null}},"title":"Activity · apache/doris"}