embucket-labs icon indicating copy to clipboard operation
embucket-labs copied to clipboard

engine: Wrong variants for the `regexp_count` (reimplement)

Open DanCodedThis opened this issue 4 months ago • 0 comments

  • regexp_count function appears to be working correctly
  • What differs is:
    • Wrong errors
    • Wrong <regex_parameters> variants in this arguments
  • Reimplement this function using the utils regexp iterator approach

P.S. This is a low-hanging fruit (since regexp_count itself is working correctly and is alike to Snowflake probably in 90% of the cases)

DanCodedThis avatar Aug 11 '25 13:08 DanCodedThis