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

Update AST builder UpdateFilterNode .filter(..) behavior, #1455

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

panarch
Copy link
Member

@panarch panarch commented Jan 27, 2024

as-is. new .filter(..) overwrites previous selection value.
to-be. new expr from filter is chained with prev one using 'AND' operator.

as-is. new .filter(..) overwrites previous selection value.
to-be. new expr from filter is chained with prev one using 'AND' operator.
@panarch panarch added the improvement Improvements for existing features label Jan 27, 2024
@panarch panarch self-assigned this Jan 27, 2024
@panarch panarch mentioned this pull request Jan 27, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7676622243

  • 0 of 13 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.008%) to 98.337%

Totals Coverage Status
Change from base Build 7676582801: 0.008%
Covered Lines: 52501
Relevant Lines: 53389

💛 - Coveralls

@panarch panarch merged commit b294281 into main Jan 27, 2024
11 checks passed
@panarch panarch deleted the astbuilder-update-filter-and-concat branch January 27, 2024 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements for existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants