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