I again looked at the algebra optimization. I wanted to know where I was before. I was able to find out the problem which causes me to continue it further. So I was able to go bit forward from the status it was but still getting few test failures in the branch
2 comments:
I got a positive feedback from my mentor regarding the work I done while he was on leave. Made some changes he pointed out.
Today I am working with test failing in the optimize_with_index branch
I solved test failures in the optimize_with_index branch. I need to check whether there is a index available for the interface before going to algebra optimization. I miss that part and results me in failing tests.
And I correct the catalog filtering mechanism. catalog.apply(...) returns values which matches the lowerbound value. So, it need to subtract the results given by the lowerbound. This mechanism applies for greater than and less than operations.
Post a Comment