[ https://issues.apache.org/jira/browse/HIVE-10140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14523238#comment-14523238 ]
Hive QA commented on HIVE-10140: -------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12729525/HIVE-10140.patch {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 8881 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udaf_histogram_numeric org.apache.hive.jdbc.TestSSL.testSSLConnectionWithProperty {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3681/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3681/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3681/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12729525 - PreCommit-HIVE-TRUNK-Build > Window boundary is not compared correctly > ----------------------------------------- > > Key: HIVE-10140 > URL: https://issues.apache.org/jira/browse/HIVE-10140 > Project: Hive > Issue Type: Bug > Components: PTF-Windowing > Affects Versions: 1.0.0 > Reporter: Yi Zhang > Assignee: Aihua Xu > Priority: Minor > Attachments: HIVE-10140.patch > > > “ROWS between 10 preceding and 2 preceding” is not handled correctly. > Underlying error: Window range invalid, start boundary is greater than end > boundary: window(start=range(10 PRECEDING), end=range(2 PRECEDING)) > If I change it to “2 preceding and 10 preceding”, the syntax works but the > results are 0 of course. > Reason for the function: during analysis, it is sometimes desired to design > the window to filter the most recent events, in the case of the events' > responses are not available yet. There is a workaround for this, but it is > better/more proper to fix the bug. -- This message was sent by Atlassian JIRA (v6.3.4#6332)