Github user paul-guo- commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1112#discussion_r100474228
--- Diff: src/test/feature/UDF/TestUDF.cpp ---
@@ -200,6 +218,10 @@ TEST_F(TestUDF, TestUDFPljava)
// run test if pljava language is enabled
if (util.getQueryResult("SELECT lanname FROM pg_language WHERE lanname
= 'java'") == "java")
{
+ // prepare jar files
+ hawq::test::Command cmd("cd " + d_feature_test_root +
"/UDF/sql/; javac PLJavaAdd.java; jar cf PLJavaAdd.jar PLJavaAdd.class");
+ cmd.run();
+
--- End diff --
I'm wondering we should add a chapter in README.md for requirement, e.g. we
need java dev package for test running here. Others look good.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---