User Defined Source Unit Testing
I have been trying to figure out how tto write test cases for a UDS function written in Java, but could not find any document/link. Could someone point me to the right direction?
Many thanks!
0
I have been trying to figure out how tto write test cases for a UDS function written in Java, but could not find any document/link. Could someone point me to the right direction?
Many thanks!
Comments
Hi,
Please find the below link which contains information on how to develop UDS in Java
https://my.vertica.com/docs/7.1.x/HTML/index.htm#Authoring/ExtendingHPVertica/UDx/UDL/JavaUDL/UDLSourceJava.htm?Highlight=UDS
-Regards,
Sruthi
Thank you so much for the prompt response Sruthi. Could you please point me to the section where it talks about writing test cases? I am really sorry for being unable to see that.
Thanks again.
P.S. : I have already written the UDSF. Trying to figure out how to write test cases for the same.
Hi,
The following URL contains an example of UDS. On navigating to subsequent pages, you can see detailed explanation of the example.
https://my.vertica.com/docs/7.1.x/HTML/index.htm#Authoring/ExtendingHPVertica/UDx/UDL/JavaUDL/UDSourceExampleOverviewJava.htm%3FTocPath%3DExtending%2520HP%2520Vertica%7CDeveloping%2520User%2520Defined%2520Load%2520(UDL)%2520Functions%7CDeveloping%2520UDLs%2520in%2520Java%7C_____2
-Regards,
Sruthi