Skip to content

Commit

Permalink
feat: rewrite the dist analyzer (#2238)
Browse files Browse the repository at this point in the history
* it works!

Signed-off-by: Ruihang Xia <[email protected]>

* clean up

Signed-off-by: Ruihang Xia <[email protected]>

* add documents

Signed-off-by: Ruihang Xia <[email protected]>

* remove unstable timestamp from sqlness test

Signed-off-by: Ruihang Xia <[email protected]>

* rename rewriter struct

Signed-off-by: Ruihang Xia <[email protected]>

---------

Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia authored Aug 24, 2023
1 parent 8b1f4eb commit e5ba3d1
Show file tree
Hide file tree
Showing 6 changed files with 438 additions and 234 deletions.
1 change: 0 additions & 1 deletion src/query/src/dist_plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ mod analyzer;
mod commutativity;
mod merge_scan;
mod planner;
mod utils;

pub use analyzer::DistPlannerAnalyzer;
pub use merge_scan::MergeScanLogicalPlan;
Expand Down
Loading

0 comments on commit e5ba3d1

Please sign in to comment.