fix(delta): specify operator for string comparisons#129
Conversation
There was a problem hiding this comment.
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
operatorparameter to theoverwritemethod 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>
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
No description provided.