Skip to content

Commit

Permalink
ci(trino): pin to 449 to avoid truncate table memory bug (#9575)
Browse files Browse the repository at this point in the history
Pin trino for now until the truncate table statement for in-memory
connector can be fixed. See
trinodb/trino#22337 (comment) for
a reproducer.
  • Loading branch information
cpcloud authored Jul 14, 2024
1 parent 288ff76 commit 9e4ebd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ services:
test:
- CMD-SHELL
- trino --output-format null --execute 'show schemas in hive; show schemas in memory'
image: trinodb/trino:452
image: trinodb/trino:449
ports:
- 8080:8080
networks:
Expand Down

0 comments on commit 9e4ebd4

Please sign in to comment.