Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(steam): support stream change log #17132

Merged
merged 16 commits into from
Jun 26, 2024
Prev Previous commit
Next Next commit
Merge branch 'main' into xxh/stream-subscription
  • Loading branch information
xxhZs committed Jun 26, 2024
commit 0b21756f660d25680bd946f3ae317ffb318f4626
2 changes: 2 additions & 0 deletions src/frontend/src/optimizer/plan_node/generic/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ mod recursive_union;
pub use recursive_union::*;
mod change_log;
pub use change_log::*;
mod now;
pub use now::*;

pub trait DistillUnit {
fn distill_with_name<'a>(&self, name: impl Into<Cow<'a, str>>) -> XmlNode<'a>;
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.