Piotr Findeisen
Piotr Findeisen
https://github.com/trinodb/trino/actions/runs/9269652934/job/25501596700?pr=22096 ``` Error: io.trino.plugin.hive.TestHiveConnectorTest.testView -- Time elapsed: 6.361 s
https://github.com/testcontainers/testcontainers-java/pull/2864 was replacing some in-memory buffering (ByteArrayOutputStream) with a temp file. Not sure if it still is relevant.
@eddumelendez would you be interested in taking a look at https://github.com/testcontainers/testcontainers-java/pull/2864 ?
I probably missed some prior discussion. Do we want `date_bin` syntax? Can we support more standard `date_trunc('day', timestamp_tz)`?
Trino streams results as they are available back to the client. You can observe this if you run ``` SELECT * FROM very_large_table ``` you will get some results back...
green except checkstyle
both seem same cause.
`BaseIcebergConnectorTest.java` changed moved out to https://github.com/trinodb/trino/pull/22172