Skip to content

Commit 0ce550f

Browse files
datomovogti
authored andcommitted
removed inconsistent logic step
1 parent 3d67782 commit 0ce550f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

core/src/main/java/org/polypheny/db/plan/AlgOptUtil.java

-8
Original file line numberDiff line numberDiff line change
@@ -462,14 +462,6 @@ public static Exists createExistsPlan( AlgNode seekAlg, SubQueryType subQueryTyp
462462
return new Exists( seekAlg, false, true );
463463
}
464464

465-
/*switch ( logic ) { // this leads to too optimistic optimizations if not null and result empty
466-
case TRUE_FALSE_UNKNOWN:
467-
case UNKNOWN_AS_TRUE:
468-
if ( notIn && !containsNullableFields( seekAlg ) ) {
469-
logic = Logic.TRUE_FALSE;
470-
}
471-
}*/
472-
473465
AlgNode ret = seekAlg;
474466
final AlgCluster cluster = seekAlg.getCluster();
475467
final RexBuilder rexBuilder = cluster.getRexBuilder();

0 commit comments

Comments
 (0)