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
### What is the issue
Fixesriptano/cndb#14954
### What does this PR fix and why was it fixed
Fixes CC5 test failure by removing an assert that was likely due to a
rebase mistake.
```
assertThat(AbstractShardedMemtable.getDefaultShardCount()).isEqualTo(1);;
```
The assert comes from a CC ticket, STAR-840, but this assert does not
appear on `main` branch in `AlterTest`. In fact
`AbstractShardedMemtable` is a CC 5.0 only class.
Without digging more into the history of how/why this got added ... it's
not needed here since the `main` branch version does not have any
similar check.
0 commit comments