[ https://issues.apache.org/jira/browse/HIVE-26636?focusedWorklogId=820041&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-820041 ]
ASF GitHub Bot logged work on HIVE-26636: ----------------------------------------- Author: ASF GitHub Bot Created on: 25/Oct/22 13:50 Start Date: 25/Oct/22 13:50 Worklog Time Spent: 10m Work Description: deniskuzZ commented on code in PR #3681: URL: https://github.com/apache/hive/pull/3681#discussion_r1004517389 ########## ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/Vectorizer.java: ########## @@ -51,6 +51,7 @@ import org.apache.hadoop.hive.ql.exec.vector.reducesink.*; import org.apache.hadoop.hive.ql.exec.vector.udf.VectorUDFArgDesc; import org.apache.hadoop.hive.ql.io.AcidUtils; +import org.apache.hadoop.hive.ql.udf.*; Review Comment: wildcard imports Issue Time Tracking ------------------- Worklog Id: (was: 820041) Time Spent: 1h 10m (was: 1h) > 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: 1h 10m > 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)