[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13761463#comment-13761463
 ] 

Brock Noland commented on HIVE-5087:
------------------------------------

Looks like it modifies a file which does not exist?

{noformat}
Index: ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/RegexPath.java
===================================================================
--- ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/RegexPath.java        
(working copy)
+++ ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/RegexPath.java        
(working copy)
@@ -77,15 +77,14 @@
  * "tpath" is available. Path is a collection of rows that represents the 
matching Path.
  * </ol>
  */
-public class NPath extends TableFunctionEvaluator
-{
+public class RegexPath extends TableFunctionEvaluator {
{noformat}
                
> Rename npath UDF
> ----------------
>
>                 Key: HIVE-5087
>                 URL: https://issues.apache.org/jira/browse/HIVE-5087
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Blocker
>             Fix For: 0.12.0
>
>         Attachments: HIVE-5087.1.patch.txt, HIVE-5087.patch.txt, 
> HIVE-5087.patch.txt, regex_path.diff
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to