Skip to content

Commit 6d744bf

Browse files
authored
disabling row ID optimizer (#20086)
Signed-off-by: Marc Handalian <[email protected]>
1 parent 09569ef commit 6d744bf

File tree

1 file changed

+1
-1
lines changed
  • plugins/engine-datafusion/jni/src

1 file changed

+1
-1
lines changed

plugins/engine-datafusion/jni/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ pub extern "system" fn Java_org_opensearch_datafusion_jni_NativeBridge_executeQu
386386
.with_config(config)
387387
.with_runtime_env(Arc::from(runtime_env))
388388
.with_default_features()
389-
.with_physical_optimizer_rule(Arc::new(ProjectRowIdOptimizer))
389+
// .with_physical_optimizer_rule(Arc::new(ProjectRowIdOptimizer))
390390
.with_physical_optimizer_rule(Arc::new(PartialAggregationOptimizer))
391391
.build();
392392

0 commit comments

Comments
 (0)