-
### Description
Query: select round(c0, c1) from (values (0.66416959940987, 1158394784)) t(c0, c1);
Presto-0.289: Returns 0
Velox: Returns NaN
### Error Reproduction
_No response_
### Relevant l…
-
PrestoDB has released [support for Hudi MOR](https://github.com/prestodb/presto/pull/14795); is there any plan to support the same for PrestoSQL?
-
It seems that the kill and query commands call the "v1/query/" endpoint, however I'm getting the following 404 path not found error:
{"timestamp: "...", "status":404, "error": "Not Found", "path":"v…
-
Hi PrestoDB team,
I'm Seunghyun who is PPMC/Committer for Apache Pinot (incubating). We found that there are a few branding issues for ASF software in the Presto documentation.
According to the …
-
Reading https://prestodb.io/docs/current/develop/client-protocol.html it seems that a presto client should retry the request after 50-100ms if the server returns 503 status code. Probably this has to …
-
Currently, there is no Support for inserts, updates, upserts and deletes in the ElasticSearch Connector. I am using prestodb-324.
-
Is it possibile to have a "how-to" guide about configuring Kafka + Presto with Rakam?
The wiki about it (https://github.com/rakam-io/rakam/wiki/Kafka-&-PrestoDB-Backend) isn't exhaustive and I'm not …
-
### Description
https://prestodb.io/docs/current/functions/datetime.html#time-zone-conversion
at_timezone conversion can unblock many queries as its very popular among customers.
May need to …
-
After having the consensus on naming convention and seeing that efforts are being made to document the project the natural next step is the documentation structure discussion itself. This would includ…
-
I noticed that we are woking on some native readers like ORC and Parquet having optimizations of file handle cache and data cache.
Is there any plan to fully support the hierarchical caching ideas f…