You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Aaron Davidson (JIRA)" <ji...@apache.org> on 2015/04/07 03:02:12 UTC

[jira] [Updated] (SPARK-6729) DriverQuirks get can get OutOfBounds exception is some cases

     [ https://issues.apache.org/jira/browse/SPARK-6729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aaron Davidson updated SPARK-6729:
----------------------------------
    Assignee: Volodymyr Lyubinets

> DriverQuirks get can get OutOfBounds exception is some cases
> ------------------------------------------------------------
>
>                 Key: SPARK-6729
>                 URL: https://issues.apache.org/jira/browse/SPARK-6729
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Volodymyr Lyubinets
>            Assignee: Volodymyr Lyubinets
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> The function uses .substring(0, X), which will trigger OutOfBoundsException if string length is less than X. A better way to do this is to use startsWith, which won't error out in this case. I'll propose a patch shortly.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org