[BugFix] disable shared_scan (#63543)

This commit is contained in:
Murphy 2025-09-26 12:54:43 +08:00 committed by GitHub
parent 874d1dbff8
commit 6abc22dfa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -3919,8 +3919,10 @@ public class SessionVariable implements Serializable, Writable, Cloneable {
return this.maxPipelineDop;
}
// TODO(murphy) support this variable
// It's always false since version 3.5, due to incompatibility with event-based scheduling
public boolean isEnableSharedScan() {
return enableSharedScan;
return false;
}
public int getResourceGroupId() {