You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Furcy Pin (JIRA)" <ji...@apache.org> on 2014/04/29 18:46:20 UTC

[jira] [Created] (HIVE-6986) MatchPath fails with small resultExprString

Furcy Pin created HIVE-6986:
-------------------------------

             Summary: MatchPath fails with small resultExprString
                 Key: HIVE-6986
                 URL: https://issues.apache.org/jira/browse/HIVE-6986
             Project: Hive
          Issue Type: Bug
          Components: UDF
            Reporter: Furcy Pin
            Priority: Trivial


When using MatchPath, a query like this:
select year
from matchpath(on 
        flights_tiny 
        sort by fl_num, year, month, day_of_month  
      arg1('LATE.LATE+'), 
      arg2('LATE'), arg3(arr_delay > 15), 
    arg4('year') 
   )
;

will fail with error message 
"FAILED: StringIndexOutOfBoundsException String index out of range: 6"





--
This message was sent by Atlassian JIRA
(v6.2#6252)