databrickslabs / transpiler

SIEM-to-Spark Transpiler
Other
42 stars 5 forks source link

Add support for `like()` function #130

Closed chirag-s-db closed 5 months ago

chirag-s-db commented 5 months ago

Adds support for the like() function, converting to a CONTAINS filter when possible (to take advantage of predicate pushdown).

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 91.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 89.03%. Comparing base (14789b6) to head (769f5b8).

Files Patch % Lines
...s/labs/transpiler/spl/catalyst/SplToCatalyst.scala 91.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #130 +/- ## ========================================== + Coverage 89.00% 89.03% +0.03% ========================================== Files 14 14 Lines 873 885 +12 Branches 42 41 -1 ========================================== + Hits 777 788 +11 - Misses 96 97 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.