Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
[NSE-311] Build reports errors (#312)
Browse files Browse the repository at this point in the history
Closes #311
  • Loading branch information
zhztheplayer authored May 12, 2021
1 parent 975fcaa commit 8aa6b13
Show file tree
Hide file tree
Showing 331 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion arrow-data-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.binary.version}</artifactId>
<version>3.0.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
1 change: 0 additions & 1 deletion native-sql-engine/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.binary.version}</artifactId>
<version>3.0.8</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions native-sql-engine/core/src/test/scala-fixme/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
These Spark 3.0.0 SQL tests are failing after merging PR #272 (Upgrade Spark version to 3.1.1).
Loading

0 comments on commit 8aa6b13

Please sign in to comment.