We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fb5fa commit 96e7c68Copy full SHA for 96e7c68
.github/workflows/ci.yml
@@ -48,6 +48,8 @@ jobs:
48
include:
49
# Test with older Trino versions for backward compatibility
50
- { python: "3.10", trino: "351" } # first Trino version
51
+ # Test with Trino version that requires result set to be fully exhausted
52
+ - { python: "3.10", trino: "395" }
53
env:
54
TRINO_VERSION: "${{ matrix.trino }}"
55
steps:
0 commit comments