Hey Vineet - these drill functions are loaded inmemory and triggered from there. So you wont hit any breakpoints inside the functions. However any breakpoint before and after the call can be reached. Try putting breakpoints in FunctionImplementationRegistry or any of the Resolvers and try debugging.
Let us know in case you face any issues. Copying +drill-dev where it might be helpful for others with same question. Good luck Drilling. On 14/07/2014 9:14 am, "Vineet Nair" <[email protected]> wrote: > Hi Yash , > > I am Vineet , just looking to start contributing to Apache Drill. > I was looking at some of the string functions that you implemented and > playing around with the code. I have set debug points in the reverse > function, but for some reason when I run the query, it does not hit the > breakpoint set in the code. > Am I missing something or there is some other way to debug functions that > you wrote? > > By the way , your blogs helped a lot in setting the environment. > Thanks, > Vineet >
