Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[no-release-notes] GMS bump #4968

Merged
merged 12 commits into from
Dec 13, 2022
Merged

[no-release-notes] GMS bump #4968

merged 12 commits into from
Dec 13, 2022

Conversation

jycor
Copy link
Contributor

@jycor jycor commented Dec 12, 2022

We don't support UnresolvedFunctions as dolt table arguments, but those functions are fuly resolved when running them prepared, so additional logic is needed to skip them.

@jycor jycor marked this pull request as draft December 12, 2022 10:02
@jycor jycor marked this pull request as ready for review December 12, 2022 23:56
@max-hoffman max-hoffman changed the title bump [no-release-notes] GMS bump Dec 13, 2022
Copy link
Contributor

@max-hoffman max-hoffman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mostly LGTM one comment

Comment on lines 201 to 204
// same for d functions
if _, ok := expr.(*dfunctions.HashOf); ok {
return nil, ErrInvalidNonLiteralArgument.New(ds.Name(), expr.String())
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason d functions shouldn't just implement sql.FunctionExpression?

@@ -111,27 +110,19 @@ func TestSingleScript(t *testing.T) {
t.Skip()
var scripts = []queries.ScriptTest{
{
Name: "trigger before update, with indexed update",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit git checkout main -- go/libraries/doltcore/sqle/enginetest/dolt_engine_test.go

@jycor jycor merged commit 7624e3c into main Dec 13, 2022
@tbantle22 tbantle22 deleted the james/test branch March 9, 2023 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants