Skip to content

Commit

Permalink
Optimize rows data generation
Browse files Browse the repository at this point in the history
Signed-off-by: ThreadDao <[email protected]>
  • Loading branch information
ThreadDao committed Nov 1, 2023
1 parent 0824339 commit 494d7ae
Show file tree
Hide file tree
Showing 5 changed files with 255 additions and 152 deletions.
2 changes: 1 addition & 1 deletion client/collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (c *GrpcClient) CreateCollection(ctx context.Context, collSchema *entity.Sc
for _, o := range opts {
o(opt)
}
collSchema.EnableDynamicField = opt.EnableDynamicSchema
//collSchema.EnableDynamicField = opt.EnableDynamicSchema
return c.requestCreateCollection(ctx, collSchema, opt, shardNum)
}

Expand Down
Loading

0 comments on commit 494d7ae

Please sign in to comment.