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

go/libraries/doltcore/table/editor: Convert TableEditor to interface #1093

Merged
merged 4 commits into from Dec 9, 2020

Conversation

andy-wm-arthur
Copy link
Contributor

No description provided.

Copy link
Contributor

@Hydrocharged Hydrocharged left a comment

Choose a reason for hiding this comment

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

Looks good to me!

go/libraries/doltcore/table/editor/table_edit_session.go Outdated Show resolved Hide resolved
go/libraries/doltcore/table/editor/table_editor.go Outdated Show resolved Hide resolved
@@ -110,7 +114,7 @@ func TestTableEditorConcurrency(t *testing.T) {
}
wg.Wait()

newTable, err := tableEditor.Table()
newTable, err := tableEditor.Table(nil)
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: context.Background() instead of nil. Same goes for the rest of the Table(nil)s here.

@andy-wm-arthur andy-wm-arthur merged commit d8cb7e4 into master Dec 9, 2020
@andy-wm-arthur andy-wm-arthur deleted the andy/poly-table branch December 9, 2020 17:35
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.

None yet

2 participants