Andrew Lamb
Andrew Lamb
I am not quite sure what is going on here -- maybe @devinjdangelo or @metesynnada remembers 37.0.0 also has significant changes in these areas so maybe things will work in...
> If it is helpful I can try to produce a self-contained repro Yes that would be most helpful. I am not sure how to make this ticket actionable otherwise
I wonder if this issue still happens?
Thanks @jwimberl for double checking!
SLides: https://docs.google.com/presentation/d/1a4wHZij_69drdmD32TPombQ9zSaE6l26LZ87DAz2New/edit#slide=id.p
The presentation went well -- I hope to present the same material soon and will post a recording
cc @Lordworms
> I was just trying to keep the same format as other ScalarUDF which utilize arrow-rs methods to implement functionality so I just chose arrow::reglike. Makes sense. I think in...
One benefit of using `LIKE` is that it already has a highly optimized arrow implementation (as in will actually use substring if the patttern looks like `substr%` etc).
> I'll take this as I want to try it out. I do this for one of my libraries via the parser plus user defined nodes, so I want to...