-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error when exporting a predicate to the schema. (#3700)
The current logic only adds the '<' and '>' characters around the predicate list if it has something other than numbers and letters. However, this logic is faulty since a predicate consisting of only numbers needs to have the surrounding brackets to be properly parsed. This change removes that logic and adds the surrounding brackets to all predicates for simplicity and correctness.
- Loading branch information
Showing
2 changed files
with
6 additions
and
28 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