-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52927/
-----------------------------------------------------------
Review request for hive, Zoltan Haindrich and Siddharth Seth.
Bugs: HIVE-14985
https://issues.apache.org/jira/browse/HIVE-14985
Repository: hive-git
Description
-------
Added new set for storing the UDFs to keep (srcUDFs)
Added new method for removing extra UDFs (clearUDFsCreatedDuringTests)
Tested that the DROP DATABASE <DBNAME> CASCADE; removes the functions in that
given database
Added the new method for clearTestSideEffects, and cleanUp
Diffs
-----
itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestUtil.java ff640d3
Diff: https://reviews.apache.org/r/52927/diff/
Testing
-------
Running the llap_udf.q twice from my IDE (IDEA) it failed, because of the
existing functions.
After the patch it was ok.
Duplicated llap_udf.q, and llap_udf.q.out, and run the 2 test in one maven
command.
Before the patch the second one was failed, after the patch both tests are
passed.
Thanks,
Peter Vary