Skip to content

Commit

Permalink
Upgrade to Trino 365 - only change is namespace refactor of UuidType …
Browse files Browse the repository at this point in the history
…class
  • Loading branch information
tuor713 committed Dec 13, 2021
1 parent 844c68b commit 1a2ff6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<trino.version>359</trino.version>
<airlift.version>207</airlift.version>
<trino.version>365</trino.version>
<airlift.version>209</airlift.version>
</properties>

<dependencies>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/uwh/trino/kdb/KDBType.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import io.airlift.slice.Slices;
import io.trino.spi.block.BlockBuilder;
import io.trino.spi.type.*;
import io.trino.type.UuidType;
import kx.c;

import java.time.LocalDate;
Expand Down

0 comments on commit 1a2ff6a

Please sign in to comment.