-
### Description
Some functions have loosely-bounded function signatures, i.e., some input types allowed by the function signature are actually unsupported and trigger runtime exceptions in the func…
-
Environment is AWS S3, aws emr 5.24.1, Presto : 0.219, GLUE as hive metadata store, hive and presto.
1) Created an non-partitioned external hive table that points data to s3 directory in parquet for…
-
If I modify the configuration or add a new connector, do I have to restart the coordinator and worker?
Is there any other way to make the coordinator and worker recognize the configuration or new c…
-
# Goals
At the highest level, our goal is to create a highly available Trino setups. More specifically, we would like to accomplish the following:
* Reduce impact of crashed coordinator
* Simp…
-
## Describe the problem you faced
- I'm trying to compile Presto JDBC Driver into GraalVM Native Image. When I looked at https://github.com/prestodb/presto/blob/0.289/presto-native-executio…
-
with lkp as (select 'de' c , 'germany' d union all select 'it' c, 'italy' d union all select 'ca' c, 'canada' d) select * from lkp
if i include +200 selects in that with block to get all countr…
-
## Describe the problem you faced
1. I will submit the presto query task as a Flink task to Yarn for execution
2. Multiple query tasks are being executed simultaneously, connecting t…
-
Error message:
```
[ERROR] Failures:
[ERROR] TestMySqlFunctionNamespaceManager.setup:99 » Runtime archive not found: /mysql-Mac_OS_X-aarch64.tar.gz
```
Steps to reproduce:
1. on MacBook with…
-
Hi,
I was trying to install Presto under my M1 Macbook Pro, and got error message "Presto requires x86_64 on Mac OS X (found aarch64)" when service was launched.
I found the issue was from the met…
-
Iceberg deployments [may use multiple catalogs](https://iceberg.apache.org/concepts/catalog/). We should add support for additional catalogs so users don't need to migrate their catalog to begin usin…