Hi, I have started working on a JIRA - implementing few missing functions on Binary/Varbinary datatypes. This is going to be my first contribution to Phoenix. I have gone thru http://phoenix-hbase.blogspot.com/2013/04/how-to-add-your-own-built-in-function.html which was very helpful. I have finished implementing the function and have to start writing the test cases. After going thru existing test cases for available functions which are under src/it/java/org/apache/phoenix/end2end folder, I got an idea how to write the test cases. But I am stuck at how to create and run these tests in eclipse. All the existing *FunctionIT classes have *package* org.apache.phoenix.end2end;
But I do not see any package with name org.apache.phoenix.end2end under phoenix-core. When I try to create a new class, its creating a new package with name org.apache.phoenix.end2end which may be the correct way. I think I'm missing something basic in creating the test classes. Looking for some help in this area. Request someone to please provide any reference on how to create and run the test cases. -- Regards... Vikash Talanki, +1 408.203.2151
