-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: implement consistent formatting for constraint expressions (#1985)
# Description Implements consistent formatting for constraint expressions so something like `value < 1000` is normalized to `value < 1000` Also includes drive by improvements. 1. Test & Fix that Datafusion expressions can actually be used when adding a constraint 2. Test & Fix that constraints can be added to column with capitalization # Related Issue(s) - closes #1971
- Loading branch information
Showing
3 changed files
with
157 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters