Files
doris/be/test
ZHAO Chun 90d71508ff Add UserFunctionCache to cache UDF's library (#453)
* Add UserFunctionCache to cache UDF's library

This patch replace LibCache with UserFunctionCache. LibCache use HDFS
URL to identify a UDF's Library, and when BE process restart all of
downloaded library should be loaded another time. We use function id
corresponding to a library, and when process restart, all downloaded
libraries can be loaded without another downloading.

* update
2018-12-21 22:07:21 +08:00
..
2018-12-18 09:55:11 +08:00
2018-12-18 09:55:11 +08:00
2018-12-03 18:11:47 +08:00
2018-12-12 20:06:35 +08:00