Skip to content

Conversation

@drgroot
Copy link
Member

@drgroot drgroot commented Sep 17, 2025

No description provided.

Copilot AI review requested due to automatic review settings September 17, 2025 15:30
@drgroot drgroot enabled auto-merge September 17, 2025 15:30
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds configurability to the operator used for combining filter predicates in the delta storage overwrite method. Previously, filters were always joined with the & operator, but now users can specify a custom operator.

  • Adds an optional operator parameter to the overwrite method with a default value of " & "
  • Updates the predicate construction to use the configurable operator instead of the hardcoded " & "

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@drgroot drgroot requested a review from Copilot September 17, 2025 15:31
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@drgroot drgroot requested a review from Copilot September 17, 2025 15:33
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@drgroot drgroot disabled auto-merge September 17, 2025 15:35
@drgroot drgroot merged commit 617a30d into main Sep 17, 2025
25 checks passed
@drgroot drgroot deleted the drgroot-patch-1 branch September 17, 2025 15: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.

2 participants