-
When trying to run presto-client with Presto version 0.157.1, I get the following error:
```
Unable to execute HTTP request: java.lang.RuntimeException:
Unexpected error: java.security.InvalidA…
-
Just wanted to know if anyone has tried to serve `Doxygen`-based documentation for `PRESTO`? Nowadays there are packages that can link `Doxygen` output with Sphinx to generate documentation that c…
-
# Presto Disaggregated Coordinator
## Motivation
In Facebook, we find that coordinators have become bottlenecks to cluster scalability in a number of ways.
1) Once we scale to some number of node…
-
We need to add documentation for Prestissimo here https://prestodb.io/docs/current/
-
Currently, filtering on string columns is much slower than that in Presto and Trino.
-
Queries with UUID have different results in Java vs Native
## Your Environment
* Presto version used: 0.288
## Expected Behavior
UUIDs are typically stored as VARCHAR or VARBINARY values in HM…
-
### Steps to reproduce the behavior (Required)
mysql> SELECT str_to_date('2024-08', '%Y-%m');
+---------------------------------+
| str_to_date('2024-08', '%Y-%m') |
+-------------------------…
-
## Your Environment
* Presto version used: 0.288-15f14bb
* Data source and connector used: Apache Druid, JDBC Connector/SQL Client page on UI
* Deployment (Cloud or On-prem): On-prem
## Expect…
-
### Description
Today, expression fuzzer compares the results of an expression from the regular expression evaluator to the results from a simplified expression evaluator. However, both evaluators ar…
-
Hi All,
Am trying to use cassandra via Presto on Apache superset.
what is the SQLAlchemy URI that we need to pass.
I have tried giving presto://cassandra:cassandra@localhost:9042/test
fo…