mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
adding kafka delete functionality
This commit is contained in:
parent
aad32f1dbd
commit
e9796e1aed
1 changed files with 2 additions and 2 deletions
|
|
@ -476,6 +476,6 @@ func (r idkRec) Data() []interface{} {
|
|||
return r
|
||||
}
|
||||
|
||||
func (r idkRec) Schema() interface{} (
|
||||
func (r idkRec) Schema() interface{} {
|
||||
return nil
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue