mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
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
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.