-
Steps to reproduce:
```sql
CREATE TABLE test (parent row(child int));
INSERT INTO test SELECT row(1);
ALTER TABLE test SET PROPERTIES partitioning = ARRAY['"parent.child"'];
```
DELETE stateme…
-
See for example this code block and especially comment at the top of it
https://github.com/trinodb/trino/blob/db68df2cf25b85689c148a497c22951e816d38be/plugin/trino-mysql/src/test/java/io/trino/plug…
-
```
Error: io.trino.plugin.deltalake.TestDeltaLakeDatabricksConnectorTest.testAddColumnConcurrently
Error: Run 1: TestDeltaLakeDatabricksConnectorTest>BaseConnectorTest.lambda$testAddColumnConcu…
-
HI Team,
This npm package is being used by [trino/grafana](https://github.com/trinodb/grafana-trino/tree/bffc6eca892d83d4ae2ff5896af87598ad6def54) plugin . The problem is if I am writing the Query in…
-
Scenario:
// Create table either in Spark or Trino
// Select contents of the table in Trino (fill active files cache)
// Drop table via Spark (and remove, if table is external) the content of the…
-
Paimon version
`paimon-trino-427-0.8-20240512.000527-20-plugin.tar.gz
`
Trino Version
Trino 440
```
java version "22.0.1" 2024-04-16
Java(TM) SE Runtime Environment Oracle GraalVM 22.0.1+8.…
-
[SQLAlchemy 2.0.0](https://www.sqlalchemy.org/blog/2023/01/26/sqlalchemy-2.0.0-released/) has been released on the 26th of January 2023, and it's incompatible with PyHive for connections to Presto, Tr…
-
For the 4th consecutive week (always over the weekend interestingly enough), I've had an iceberg table corrupted and Trino erroring out on queries with `ICEBERG_CANNOT_OPEN_SPLIT`. I'm currently on T…
-
A bunch of Trino Pinot queries that are failing with `io.grpc.StatusRuntimeException: UNKNOWN` error but with different stack traces. Sample stack trace:
```
io.grpc.StatusRuntimeException: UNKNOWN
…
-
Query some google sheets throw the following exception :
```
Query 20220518_025840_00003_vkndz failed: CacheLoader returned null for key my_google_sheet_keyxxxxxxxxx#s1.
com.google.common.cache.C…