Files
impala/testdata/udfs
Nong Li 80d4fd958e IMPALA-786: Drop function should clear library cache.
We were previously only clearing the cache in the catalog service
update loop so the impalad the drop was issued to was not doing the
right thing.

Change-Id: I6bee228e8c0d565cea4ea61cbf64240d83a45a7d
Reviewed-on: http://gerrit.ent.cloudera.com:8080/1511
Reviewed-by: Nong Li <nong@cloudera.com>
Tested-by: jenkins
2014-02-10 18:51:39 -08:00
..

Most of the test UDFs are generated as part of the build. This folder
contains prebuilt UDFs to facilitate tests that verify the UDF binary
can be upgraded.

The jar is generated from $IMPALA_HOME/tests/test-hive-udfs.

This is used by test_udfs.py.