We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd160e5 commit 76b89c4Copy full SHA for 76b89c4
src/mito2/src/worker/handle_alter.rs
@@ -249,7 +249,7 @@ impl<S: LogStore> RegionWorkerLoop<S> {
249
}
250
current_options.wal_options = WalOptions::Noop;
251
} else {
252
- // Restore WAL options: priority order:
+ // Restore WAL options: priority order
253
// 1. Provided wal_options from request
254
// 2. Saved original_wal_options
255
// 3. Fallback to RaftEngine
0 commit comments