-
presto returns a NaN, even if there is a NULL in the array. However, for other types, it always returns NULL if one exists. As a part of fixing the NaN behavior under this RFC (https://github.com/pres…
-
Looks like there is a bug in how result type for decimal multiplication is calculated.
```
presto:di> select cast(1.2 as decimal(38, 30)) * cast(1.2 as decimal(38, 30));
Query 20240401_120207_793…
-
### Description
Velox and Presto returns different results with the following query.
Velox:
```
TEST_F(ApproxDistinctTest, aaa) {
auto input = makeRowVector({
makeFlatVector(
…
-
Reference https://github.com/prestodb/presto/issues/12024
When query use distinct aggregation on multi columns.
select count(distinct ss_item_sk), count(distinct ss_store_sk) from tpcds_bin_part…
-
When querying an Iceberg table in AWS Glue the following error is received: 'Iceberg column type timestamptz is not supported'.
This worked before Presto 0.285. It is related to #21096
## Your Env…
-
### Discussed in https://github.com/facebookincubator/velox/discussions/6888
Originally posted by **aditi-pandit** October 3, 2023
Both Presto and Spark allow specifying an optional max lengt…
-
### Description
split_to_map Presto function allows user to pass a lambda to decide which value to keep in case where there are duplicate keys.
https://prestodb.io/docs/current/functions/string.…
-
I am encountering below error while building `presto-native-execution` after upgrading Presto to latest - 0.288-SNAPSHOT -
> cd /Users/reetikaagrawal/Documents/Projects/Oss/prestodb-hivepoc/prestod…
-
CI job:
https://app.circleci.com/pipelines/github/prestodb/presto/17874/workflows/49428eae-88f6-4ffd-b4c1-a9e0a1b9d523/jobs/70682
Error:
```
Ok : CMakeLists.txt
Skip : Makefile
Ok : pr…
-
Current DatabaseMetaData.getURL implementation returns without jdbc:, but it should be included it as other databases do it.
new URI(url.substring("jdbc:".length()))