We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ff3f4 commit 8c6d30bCopy full SHA for 8c6d30b
pkg/sql/codegen/attribute/attribute.go
@@ -167,6 +167,7 @@ func ExtractDocString(module ...string) {
167
if e != nil {
168
log.Println("ExtractDocString failed: ", e, string(output))
169
}
170
+ // json.Unmarshal extends the map rather than reallocate a new one, see golang.org/pkg/encoding/json/#Unmarshal
171
if e := json.Unmarshal(output, &PremadeModelParamsDocs); e != nil {
172
log.Println("ExtractDocString failed:", e, string(output))
173
0 commit comments