You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
148749: ui: bump cluster-ui to 25.3.0-prerelease.0 r=dhartunian a=rail
Release note: none
Fixes: CC-32804
148761: workload/schemachanger: apply statement_timeout out to CTAS r=fqazi a=fqazi
Previously, the schema changer workload never used statement_timeouts since schema changes are normally not predictable operations. However, since we added CREATE TABLE AS support, its possible to have multiple joins where a CREATE TABLE AS can take more then 5 minutes. This patch modifies the operation generator support adding statement timeouts for individual statements.
Fixes: #148342
Release note: None
Co-authored-by: Rail Aliiev <[email protected]>
Co-authored-by: Faizan Qazi <[email protected]>
0 commit comments