-
### Describe the bug
If you have a table in any data warehouse under a Trino with a decimal type, queries will fail
### To Reproduce
1) create a postgres table
```
CREATE TABLE temp_table2
…
-
Following is a challenge I came across.
Original SQL:
```
select item, item_cost
from remotedatasource.schema.item_table
and item_cost 0
```
This produced the following query against …
-
cannot find symbol
package xxx does not exist
...
What the key point is, if I reopen the vscode or rebuild all projects, the error is changed!
Some errors in A.java this time, it will disappear if I…
-
### Describe the feature
It would be awesome to use Alembic for Trino in order to apply migrations and being able to rollback.
That can help with the CI/CD pipelines without overthinking an in-house…
-
I'm using Trino with Hive connector.
Underlying storage is Google Cloud storage
After migrating some tables with Google transfer service, for some partitions that does not contains data files - their…
-
is there any plan to create AWS Athena Extension, it has jdbc driver and its supporting insert queries, it should be possible to run liquibase by looking at last record.
and similar technologies Pres…
-
Description:
When translating Hive view definitions to a format that Trino can interpret and process, the Coral library is converting DECIMAL data types to DECIMAL(12,0) in its convertQuery() metho…
-
The connector throws an exception when the result from BigQuery is too large. We should enable `QueryJobConfiguration.Builder#setAllowLargeResults` with/without config property.
```
"com.…
ebyhr updated
2 months ago
-
**Is your feature request related to a problem? Please describe.**
For databases that support user impersonation, it would be great if CloudBeaver could impersonate the currently logged in user so th…
-
After Trino upgrade from version 409 to 444 we started wo experience issues with stuck workers. They refuse HTTP requests or the requests start to hang forever and desappear from discovery service.
…