-
# Background
JWT (JSON Web Token) authentication in Presto is used to ensure secure access to the Presto cluster by validating the identity of the clients requesting resources.
Presto can be co…
-
Open Telemetry is a powerful serviceability framework which helps to gain insights into the performance and behaviour of the systems. It facilitates generation, collection, and management of telemetry…
-
Need to add documentation on how to use Presto on Spark to showcase good batch ingestion and data processing.
(Potential) Documentation requirements:
- easy to follow tutorial on using POS for b…
-
For example :
Select * from table where col = '中文'.
For Now I must write sql like this if field contains Chinese.
Select * from table where to_utf8(col) = to_utf8('中文')
my version is 0.234.2-add…
-
Presto UI Stage Performance tab does not show operators which refer to plan nodes which were created on worker side during plan rewriting and are not present in original plan.
Example of code that …
-
## Your Environment
* Presto version used: Presto (Java) v0.286
* Storage (HDFS/S3/GCS..): S3
* Data source and connector used: Iceberg
## Expected Behavior
Once views are created, they are per…
-
### Bug description
Velox shows different behavior compared to Presto java
```
SELECT sum(c0) FILTER(WHERE c0), count(*) FILTER(WHERE c0), c1 from (values (CAST(10 AS BIGINT), 'a')) t(c0, c1) GR…
-
For ingesting logs into Kibana , would like presto logs to be spit out in a JSON format. User should be able to extend java.util.logging.Formatter with a custom implementation & configure Airlift to u…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement.
### Problem Description
At present, Prest…
-
Create table int type column with CSV format in hive catalog returns the following error
```
presto> create table hive_data.hive_schema.intcsv ( type int ) with ( format = 'CSV' ) ;
Query faile…