[ https://issues.apache.org/jira/browse/HIVE-26636?focusedWorklogId=821333&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-821333 ]
ASF GitHub Bot logged work on HIVE-26636: ----------------------------------------- Author: ASF GitHub Bot Created on: 28/Oct/22 08:05 Start Date: 28/Oct/22 08:05 Worklog Time Spent: 10m Work Description: ggangadharan commented on code in PR #3681: URL: https://github.com/apache/hive/pull/3681#discussion_r1007775076 ########## ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java: ########## @@ -32,6 +32,7 @@ import java.util.regex.Pattern; import java.util.regex.PatternSyntaxException; +import org.apache.hadoop.hive.ql.udf.*; Review Comment: Removed wildcard import and imported only necessary newly added UDF classes Issue Time Tracking ------------------- Worklog Id: (was: 821333) Time Spent: 1.5h (was: 1h 20m) > Hyperbolic functions > ---------------------- > > Key: HIVE-26636 > URL: https://issues.apache.org/jira/browse/HIVE-26636 > Project: Hive > Issue Type: New Feature > Reporter: Gopinath > Assignee: Gopinath > Priority: Major > Labels: pull-request-available > Time Spent: 1.5h > Remaining Estimate: 0h > > Adding hyperbolic functions. > |Function|Description|Example|Result| > |sinh (x)|hyperbolic sine|sinh(0)|0| > |cosh (x)|hyperbolic cosine|cosh(0)|1| > |tanh (x)|hyperbolic tangent|tanh(0)|0| -- This message was sent by Atlassian Jira (v8.20.10#820010)