You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2019/11/07 18:30:00 UTC

[jira] [Resolved] (SPARK-29796) HiveExternalCatalogVersionsSuite` should ignore preview release

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

Dongjoon Hyun resolved SPARK-29796.
-----------------------------------
    Fix Version/s: 3.0.0
                   2.4.5
       Resolution: Fixed

Issue resolved by pull request 26428
[https://github.com/apache/spark/pull/26428]

> HiveExternalCatalogVersionsSuite` should ignore preview release
> ---------------------------------------------------------------
>
>                 Key: SPARK-29796
>                 URL: https://issues.apache.org/jira/browse/SPARK-29796
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL, Tests
>    Affects Versions: 2.4.5, 3.0.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Blocker
>             Fix For: 2.4.5, 3.0.0
>
>
> This issue to exclude the `preview` release to recover `HiveExternalCatalogVersionsSuite`. Currently, new preview release breaks `branch-2.4` PRBuilder since yesterday. New release (especially `preview`) should not affect `branch-2.4`.
> - https://github.com/apache/spark/pull/26417 (Failed 4 times)
> {code}
> scala> scala.io.Source.fromURL("https://dist.apache.org/repos/dist/release/spark/").mkString.split("\n").filter(_.contains("""<li><a href="spark-""")).map("""<a href="spark-(\d.\d.\d)/">""".r.findFirstMatchIn(_).get.group(1))
> java.util.NoSuchElementException: None.get
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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