-
From DBeaver I use the JDBC driver for Trino and I needed to manually add three driver parameters:
* SSL
* SSLKeyStorePassword
* SSLKeyStorePath
Is it possible to pass those parameters and their…
-
## Tell us about the problem you're trying to solve
To achieve optimal performance, one often needs to partition data into S3 directories based on the value of a field in the incoming records e.g: ba…
-
## What happened
Trino itself supports injecting secrets into properties file via syntax like `${ENV:env_var_name}`, but it looks like doesn't work for `event-listener.properties`.
## Expectati…
-
As written in the documentation (https://trino.io/docs/current/connector/prometheus.html):
> Primarily query issuers can limit the amount of data returned by Prometheus by taking advantage of WHERE c…
-
Add support for connecting to Apache Phoenix data sources (https://trino.io/docs/current/connector/phoenix.html)
-
### Is your feature request related to a problem or challenge?
Currently DataFusion provides a lot of built-in types which are useful when building applications / query engines on top of DataFusion…
-
Hello Trino Team,
This is a reference to https://github.com/trinodb/trino/issues/1057.
When we make a table using OpenCSVSerde in Hive 2.3.6, it is queryable from Trino. After adding columns on …
-
I've been utilizing this target with some success, but recently realized I'd been doing a workaround for `TIMESTAMPS` .. namely, in my meltano singer spec using `IntegerType` instead of something time…
-
Hi,
is there any feature available with Python client where one can insert batches of data?
this is what i found while trying to understand if Presto python client provides batch inserts : http…
-
**Trino version**: 389
**Description**:
Let's assume that we have a Pinot table `tab` and in this table, we have the following columns:
- `some_quantity` - double-type column
Consider the …