Dongjoon Hyun created SPARK-29796:
-------------------------------------

             Summary: 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


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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to