Add invoked functions to query completed event#18980
Conversation
175c9e2 to
b3533d1
Compare
c8722f0 to
51fc072
Compare
presto-analyzer/src/main/java/com/facebook/presto/sql/analyzer/Analysis.java
Outdated
Show resolved
Hide resolved
56266eb to
ab3919e
Compare
|
The changes looks good. |
Thanks for reviewing the PR! I think it should fine. The longest function I found so far is an internal UDF which has 44 characters, let's add the prefix That said, we can always have the feature tested on testing clusters first, populate some logs with this new added column and check if the size needs to be limited. |
Got it. sounds good. |
ab3919e to
2feac6b
Compare
Add the names of the functions invoked by the query to the completed event when session property
log_invoked_function_names_enabledor system configlog-invoked-function-names-enabledis enabled.Check
com.facebook.presto.hive.TestHiveIntegrationSmokeTest#testInvokedFunctionNamesLogfor details.