Uh oh!
There was an error while loading. Please reload this page.
Support "IS TRUE/FALSE" syntax (redo) - #3235
Conversation
codecov-commenter
commented
Aug 23, 2022
Codecov Report
@@ Coverage Diff @@## master #3235 +/- ##
==========================================
+ Coverage 85.81% 85.84% +0.02%
==========================================
Files 292 293 +1 Lines 53117 53206 +89 ==========================================
+ Hits 45585 45675 +90 + Misses 7532 7531 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ursabot
commented
Aug 24, 2022
Benchmark runs are scheduled for baseline = aa6a34b and contender = c11f303. c11f303 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Closes#3159
What changes are included in this PR?
Redo of #3189 with the
IsNotDistinctFromoperator instead, from @alamb's suggestion. Includes SQL-level tests as well.Since
IS TRUEandIS FALSEshould only work on boolean and null datatypes, we are waiting on #3222 so that we can add type validation.