Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit cf22b4d

Browse files
committed
remove redundant max passes setting
Signed-off-by: AveryQi115 <[email protected]>
1 parent f04dc8b commit cf22b4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datafusion-optd-cli/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ pub async fn main() -> Result<()> {
158158
};
159159

160160
let mut session_config = SessionConfig::from_env()?.with_information_schema(true);
161-
session_config.options_mut().optimizer.max_passes = 0;
162161

163162
if !args.enable_logical {
164163
session_config.options_mut().optimizer.max_passes = 0;

0 commit comments

Comments
 (0)