Alexander Pivovarov created HIVE-9948:
-----------------------------------------

             Summary: SparkUtilities.getFileName passes File.separator to 
String.split() method
                 Key: HIVE-9948
                 URL: https://issues.apache.org/jira/browse/HIVE-9948
             Project: Hive
          Issue Type: Bug
          Components: Spark
            Reporter: Alexander Pivovarov
            Assignee: Alexander Pivovarov
            Priority: Minor


String.split() method expects regex. This is why File.separator can not be 
passed to split.
In this particular case we can use FilenameUtils.getName to get file name



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to