mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 15:01:03 +00:00
log missing FrameSliceIntersect
This commit is contained in:
parent
a23055946b
commit
20359fc3cb
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ func (d *Database) GetFrameSliceIntersect(frame *Frame, slice *Slice) (*FrameSli
|
|||
return frameslice, nil
|
||||
}
|
||||
}
|
||||
log.Println("Missing FrameSliceIntersect:", d.Name, frame, slice)
|
||||
return nil, FrameSliceIntersectDoesNotExistError
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue