mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 07:11:02 +00:00
remove write portion of extension data race
This commit is contained in:
parent
881d3bef06
commit
35f9dfa374
1 changed files with 0 additions and 2 deletions
|
|
@ -446,8 +446,6 @@ func (s *Server) loadExtension(extInfo *ext.ExtensionInfo) error {
|
|||
bitmapOps := extInfo.BitmapOps
|
||||
bmOps, countOps, fieldOps, unknownOps := 0, 0, 0, 0
|
||||
for i := range bitmapOps {
|
||||
// title-case the name
|
||||
bitmapOps[i].Name = strings.Title(bitmapOps[i].Name)
|
||||
typ := bitmapOps[i].Func.BitmapOpType()
|
||||
switch {
|
||||
case typ.Input == ext.OpInputBitmap && typ.Output == ext.OpOutputCount:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue