Skip to content

Commit

Permalink
Update openx serde used for testing
Browse files Browse the repository at this point in the history
Updated version comments out a diagnostics line in the code with
e.printStackTrace which resulted in flood of logs being generated during
TestJsonReader execution
  • Loading branch information
losipiuk committed Jul 14, 2023
1 parent 219eea6 commit 181fe7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/trino-hive-formats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@
<dependency>
<groupId>io.starburst.openjson</groupId>
<artifactId>openjson</artifactId>
<version>1.8-e.10</version>
<version>1.8-e.11</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.starburst.openx.data</groupId>
<artifactId>json-serde</artifactId>
<version>1.3.9-e.10</version>
<version>1.3.9-e.11</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 181fe7f

Please sign in to comment.