Files
Jim Apple 57fcbf7a28 IMPALA-4171: Remove JAR from repo.
By ASF rules, we can't have JARs in releases. The releases are just
tarballs of the repo.

This patch removes from the repo the single JAR there, which was a
version of a JAR that is built during data load, with one string
changed. The JAR is used only for testing.

Instead of building that jar with the different string and saving the
result in git, daa loading will now build the jar twice, with one Java
source file slightly changed.

Change-Id: Icee7b8c32b08e064dea4a14624acff6021ef5ce1
Reviewed-on: http://gerrit.cloudera.org:8080/4499
Reviewed-by: Alex Behm <alex.behm@cloudera.com>
Tested-by: Internal Jenkins
2016-09-22 02:00:50 +00:00
..
2016-09-22 02:00:50 +00:00

Most of the test UDFs are generated as part of the build. After
copy-udfs-udas.sh is run, This folder contains prebuilt UDFs to
facilitate tests that verify the UDF binary can be upgraded.

This is used by test_udfs.py.