Runji Wang
Runji Wang
Resolved as we already have a schema for all plan nodes.
In the new planner, this can be implemented as an [analysis](https://docs.rs/egg/latest/egg/trait.Analysis.html). The associated data could be `Vec`. After this is done, we could have sort-merge-join and sort-group-agg.
对于文中举的 async iterator 的例子,这里再给出一种基于 Stream 和 generator 的更简单写法: ```toml # Cargo.toml [dependencies] futures = "0.3" futures-async-stream = "0.2" tokio = { version = "1", features = ["rt", "macros"] } ```...
Good question! The kernel ELF is loaded to the physical memory with page aligned, then the program data in ELF can be directly mapped to the virtual memory without copy.
Could you take a look at the CI result? The build seems to be broken on some platforms.
Please have a quick review on the upstream [changelog](https://github.com/confluentinc/librdkafka/releases/tag/v2.3.0). Especially for this section, to make sure there will be no side-effect on us: ``` Upgrade considerations retry.backoff.ms: If it is...
#15313 for main #15314 for release-1.7 #15315 for release-1.6
> For me, it is fine for me to remove the actor id label to avoid prometheus OOM problem. What do you think @wangrunji0408 ? I'm okay with it. >...
Any updates? -- by Tenny