-
Buongiorno,
l'Amministratore di Primo Livello del Comune di Muggia ha cambiato Comune. L'unica carta che rimane attiva e quella relativa alla persona di Elisabetta Degrassi che però è solo un operato…
-
We're investigating the ways to integrate the Raptor connector (https://github.com/prestodb/presto/tree/master/presto-raptor) to Athena. We store the shards as ORC files in S3 and use Mysql as a metad…
-
Currently IIUC all the segments need to be on disk to be able to query them.
Usually, queries to older data tends to be lower or clients would be okay with
in-curing latency for queries on older d…
-
We are using presto driver with metabase, presto has an API to show back the status of the query while the query is running.
Is there a way to show in metabase UI the stats of the query? At the bar…
-
I am using presto client library as a jar and using its own Media Player to increase and decrease the playback rate but unfortunately it is not working.
Kindly tell me how can I use that method or us…
-
I get the error message "Final aggregation with default value not separated from partial aggregation by remote hash exchange" from https://github.com/prestodb/presto/blob/5dda212a416a9f04dff951e7ed450…
-
`presto-orc` has very few deprecation warnings and these are probably unavoidable (related to #37)
however `presto-parquet` has many more. We should resolve them, as they often signal upcoming brea…
-
## Feature request
### Overview
Currently when we creates a Delta table in Hive Metastore using different systems, we will store different formats in Hive Metastore. This causes the following is…
-
## Circle CI linux.
* Presto version used: release-0.284
* Storage (HDFS/S3/GCS..): local
* Data source and connector used: tpch connector
* Deployment (Cloud or On-prem): NA
* [Pastebin]…
-
right now TypeVariableConstraint holds both type parameters and integer variables,
this task is to split them. since integer variables are not types.