mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
fix typo
This commit is contained in:
parent
bceabc9127
commit
f9f94aab0d
1 changed files with 1 additions and 1 deletions
|
|
@ -1311,7 +1311,7 @@ func (f *TxFactory) green2blue(holder *Holder) (err error) {
|
|||
greenSrc := f.types[1]
|
||||
|
||||
if blueDest == roaringTxn {
|
||||
return fmt.Errorf("error: cannot migration to 'roaring': not implemented.")
|
||||
return fmt.Errorf("error: cannot migrate to 'roaring': not implemented.")
|
||||
}
|
||||
|
||||
idxs := holder.Indexes()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue