-
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…
-
I've tried to run the worldcereal_v1_demo_custom_cropland.ipynb notebook in the "notebooks" folder.
When running this cell:
```
from utils import prepare_training_dataframe
training_datafram…
-
Currently json_parse parse's json's that are verifiably bad or incomplete (See example below). In the prestissimo project we are wondering whether this behavior is something we should emulate and whet…
-
Almost all of the SQL I write is inside of python data pipelines, using Spark and Presto flavoured syntax.
So my queries are written like
```sql
SqlQuery(
select="""
WITH users_in_threa…
-
## Background
As of today, Presto primarily supports Java 8/11 in most production environments. However, with Java 17/Java 21 being a Long-Term Support (LTS) release, it’s becoming increasingly impor…
-
Following the day 3 tutorial of scylla I got an error when I want to start presto's container after building it.
```
cd scylla-code-samples/mms
git pull
cd presto
docker build -t presto .
dock…
-
Running the following query failed multiple times with too large timestamp error
```sql
select stringcol1, stringcol2 from iceberg_table where hour(start_time_millis_ts) = hour(from_unixtime(1…
-
**Why**
Pulling images from `ghcr.io` is more reliable for automations in Github Actions. It also avoid hitting the rate limit threshold for Dockerhub.
Here is a list of images we used from https://…
-
This produces the correct value:
```
presto> select interval '1' month * 2147483647;
_col0
-------------
178956970-7
(1 row)
```
The next higher number will overflow:
```
pre…
-
Feature [#23290](https://github.com/prestodb/presto/pull/23290) added CMake options to enable ABFS access. It would be great if this could be turned on in the official releases so the images can direc…