[
https://issues.apache.org/jira/browse/HIVE-22250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16941103#comment-16941103
]
Hive QA commented on HIVE-22250:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12981775/HIVE-22250.1.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 17014 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/18791/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/18791/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-18791/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12981775 - PreCommit-HIVE-Build
> Describe function does not provide description for rank functions
> -----------------------------------------------------------------
>
> Key: HIVE-22250
> URL: https://issues.apache.org/jira/browse/HIVE-22250
> Project: Hive
> Issue Type: Bug
> Reporter: Krisztian Kasa
> Assignee: Krisztian Kasa
> Priority: Minor
> Fix For: 4.0.0
>
> Attachments: HIVE-22250.1.patch, HIVE-22250.1.patch,
> HIVE-22250.1.patch
>
>
> {code}
> @WindowFunctionDescription(
> description = @Description(
> name = "dense_rank",
> value = "_FUNC_(x) The difference between RANK and DENSE_RANK is that
> DENSE_RANK leaves no " +
> "gaps in ranking sequence when there are ties. That is, if you
> were " +
> "ranking a competition using DENSE_RANK and had three people tie
> for " +
> "second place, you would say that all three were in second place
> and " +
> "that the next person came in third."
> ),
> supportsWindow = false,
> pivotResult = true,
> rankingFunction = true,
> impliesOrder = true
> )
> {code}
> {code}
> DESC FUNCTION dense_rank;
> {code}
> {code}
> PREHOOK: query: DESC FUNCTION dense_rank
> PREHOOK: type: DESCFUNCTION
> POSTHOOK: query: DESC FUNCTION dense_rank
> POSTHOOK: type: DESCFUNCTION
> There is no documentation for function 'dense_rank'
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)