Skip to content

Commit 4c44a66

Browse files
- Fixed unit tests.
1 parent 320998e commit 4c44a66

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

internal/stackql/planbuilder/plan_builder.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,10 @@ func (pgb *standardPlanGraphBuilder) handleInsert(pbi planbuilderinput.PlanBuild
995995
rhsBldr,
996996
)
997997
}
998+
} else {
999+
bldr = primitivebuilder.NewInsertOrUpdate(
1000+
bldrInput,
1001+
)
9981002
}
9991003
err = bldr.Build()
10001004
if err != nil {

test/registry/src/googleapis.com/v0.1.2/resources/compute-v1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2130,7 +2130,8 @@ resources:
21302130
response:
21312131
mediaType: application/json
21322132
openAPIDocKey: '200'
2133-
schema_override:
2133+
asyncOverrideMediaType: application/json
2134+
async_schema_override:
21342135
$ref: '#/components/schemas/Network'
21352136
list:
21362137
operation:

0 commit comments

Comments
 (0)