Skip to content

Commit

Permalink
fix risedeb
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhZs committed Nov 11, 2024
1 parent 06d90e8 commit b2bf235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions risedev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ profile:
# ENABLE_PRETTY_LOG: "true"
steps:
# If you want to use the local s3 storage, enable the following line
- use: minio
# - use: minio

# If you want to use aws-s3, configure AK and SK in env var and enable the following lines:
# - use: aws-s3
Expand All @@ -48,7 +48,7 @@ profile:
- use: frontend

# If you want to enable compactor, uncomment the following line, and enable either minio or aws-s3 as well.
- use: compactor
# - use: compactor

# If you want to create source from Kafka, uncomment the following lines
# - use: kafka
Expand Down
1 change: 0 additions & 1 deletion src/frontend/src/optimizer/logical_optimization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,6 @@ impl LogicalOptimizer {

// Convert the dag back to the tree, because we don't support DAG plan for batch.
plan = plan.optimize_by_rules(&DAG_TO_TREE);
println!("DAG_TO_TREE");
plan = IcebergMergeOnReadRewriter::rewrite(plan)?;

plan = plan.optimize_by_rules(&REWRITE_SOURCE_FOR_BATCH);
Expand Down

0 comments on commit b2bf235

Please sign in to comment.