[enhancement](fuzzy test) support fuzzy test of RewriteOrToInPredicateThreshold #15469
Co-authored-by: wuhangze <wuhangze@jd.com>
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user