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

bump h2/pgsql version #1176

Merged
merged 2 commits into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions native-sql-engine/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.210</version>
<version>2.1.214</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -305,7 +305,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.7</version>
<version>42.3.8</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ class JDBCWriteSuite extends SharedSparkSession with BeforeAndAfter {
testCreateTableColDataTypes(Seq("binary"))
}

test("SPARK-10849: create table using user specified column type and verify on target table") {
ignore("SPARK-10849: create table using user specified column type and verify on target table") {
def testUserSpecifiedColTypes(
df: DataFrame,
createTableColTypes: String,
Expand Down