[enhancement](fuzzy test) support fuzzy test of RewriteOrToInPredicateThreshold #15469

Co-authored-by: wuhangze <wuhangze@jd.com>
This commit is contained in:
Henry2SS
2022-12-30 22:59:59 +08:00
committed by GitHub
parent ad68764977
commit 9c3c9db49b
2 changed files with 3 additions and 3 deletions

View File

@ -669,6 +669,7 @@ public class SessionVariable implements Serializable, Writable {
this.disableStreamPreaggregations = random.nextBoolean();
this.partitionedHashJoinRowsThreshold = random.nextBoolean() ? 8 : 1048576;
this.enableShareHashTableForBroadcastJoin = random.nextBoolean();
this.rewriteOrToInPredicateThreshold = random.nextInt(100) + 2;
}
/**