BiteTheDDDDt opened a new pull request, #36409: URL: https://github.com/apache/doris/pull/36409
## Proposed changes 1. information_schema.PROCESSLIST's schema not matched with FrontendServiceImpl::showProcessList 2. rpc failed on when cloudCluster is null 3. SchemaScanner::fill_dest_column_for_range use uint32_t to store datetimev2 data ```cpp case TYPE_DATETIMEV2: { uint32_t num = *reinterpret_cast<uint64_t*>(data); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org