Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asthamohta committed Dec 26, 2024
1 parent e18af55 commit 3c2b54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions expressions_api/expression_verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ func (ddlv *DDLVerifierImpl) VerifySpannerDDL(conv *internal.Conv, expressionDet
Source: conv.Source,
ExpressionDetailList: expressionDetails,
}
ddlv.RefreshSpannerClient(ctx, conv.SpProjectId, conv.SpInstanceId)
verificationResults := ddlv.Expressions.VerifyExpressions(ctx, verifyExpressionsInput)

return verificationResults, verificationResults.Err
Expand Down

0 comments on commit 3c2b54d

Please sign in to comment.