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

unskipping commit DiffSystemTableTests #4257

Merged
merged 11 commits into from
Sep 2, 2022
Merged

unskipping commit DiffSystemTableTests #4257

merged 11 commits into from
Sep 2, 2022

Conversation

jycor
Copy link
Contributor

@jycor jycor commented Sep 1, 2022

No description provided.

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.

LGTM

}
}
eqFilter, isEquality := filter.(*expression.Equals)
if eqFilter == nil || !isEquality {
Copy link
Contributor

Choose a reason for hiding this comment

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

this is redundant, just check the ok

return commitFilters
}

// Filters returns the list of filters that are applied to this table.
func (dt *CommitDiffTable) Filters() []sql.Expression {
if dt.toCommitFilter == nil || dt.fromCommitFilter == nil {
return nil
Copy link
Contributor

Choose a reason for hiding this comment

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

actually this probably isn't OK, can't return nil filters, have to add all non-nils to a return list

@jycor jycor merged commit ee83ce4 into main Sep 2, 2022
@Hydrocharged Hydrocharged deleted the james/prepareds5 branch October 13, 2022 12:46
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