-
https://github.com/prestodb/presto/actions/runs/9654987275/job/26630141867?pr=23015
```
Error: Failures:
Error: TestNoisySumGaussianLongAggregation.testNoisySumGaussianLongClippingSomeNoiseS…
-
### Bug description
We noticed that the result was inconsistent with Spark for `round(0.575, 2)`. The desired result is 0.58, but since double cannot accurately represent 0.575, which is 0.57499999…
-
While implementing https://github.com/fredrikhgrelland/terraform-nomad-presto/commit/b25ab5f5df6edf6078910ebbec7b2ee55420f3f1 I realized that we do not need to handle binaries. We can use docker image…
-
I read https://github.com/prestodb/presto/issues/10099 and https://github.com/prestodb/presto/pull/11590, but our new Hadoop cluster uses `viewfs`. Let me file this issue as a future enhancement. I c…
ebyhr updated
2 years ago
-
I'm using PRESTO 0.198 and it connects to underlying Mongo database.
I found that some attributes/columns of Mongo collection are not reflected in Presto
Main collection record
```
db.vessel_p…
-
regexp_like behaves strangely. I'd expect 'true' in all the following cases, but on of them returns false. This is using JONI for regex library.
CC: @tdcmeehan @aditi-pandit @amitkdutta @zacw7 @kai…
-
Using Pandas dataframe to create a parquet file, with a column with type of Map. When I read that file in, I can see its value is a map. However, when I query that file via Trino, Trino only returns t…
-
### Backend
CH (ClickHouse)
### Bug description
OptimizedRegularExpression: cannot compile re2: d(?!d), error: invalid perl operator: (?!. Look at https://github.com/google/re2/wiki/Syntax for refe…
-
Hi community, I noticed min_by/max_by(x, y, n) produces incorrect results when it is used in Window operation. As an example, for the query below with `min_by(x, y, n)`. Since the window frame i…
-
create TABLE test_ke (name varchar, score double, score2 double, ds varchar) WITH
(
oncall = 'presto',
partitioned_by = ARRAY['ds']
)
INSERT INTO test_ke
VALUES
('a', 1.1, NAN(), '2023-05-01'…