-
Hi,
I am trying to insert some data that might contain empty data for the map column into a parquet table and I kept getting:
Parquet record is malformed: empty fields are illegal, the field should …
-
using presto server 0.233.1
only try to connect to elasticsearch 7.6.1, table config info:
```
[root@es prestodb-server]# cat etc/elasticsearch/demo.json
{
"tableName": "demo",
"schema…
-
config.properties
```
coordinator=true
node-scheduler.include-coordinator=true
http-server.http.port=8080
query.max-memory=12GB
query.max-memory-per-node=8GB
discovery-server.enabled=true
…
-
The job is failing or is stuck
https://github.com/prestodb/presto/pull/23048
https://github.com/prestodb/presto/actions/runs/9602625504/job/26483886110?pr=23030
```
Cannot instantiate class co…
-
When the coordinator UI first loads it shows "NaN" for a number of values until this is resolved with initial values a few seconds in.
My guess is that it starts with default values of zero for a n…
-
The setup is with presto 0.98 and riak 2.0.5. The presto engine is unable to get results.
```
presto:t> select * from logs l, users u where l.accessor = u.id;
Query 20150324_080414_00015_x5a2a failed…
-
[ERROR] TestPrestoNativeIcebergTpcdsQueriesParquetUsingThrift.doDeletesAndQuery:399->verifyDeletes:390->AbstractTestQueryFramework.computeScalar:149->AbstractTestQueryFramework.computeActual:139 ? R…
-
![image](https://user-images.githubusercontent.com/68625618/204980024-3c7ade64-5cc7-4def-b33c-52a925adf560.png)
I found your Docker images don't provide arm64 images.
This is very unfriendly to mac…
-
Any column with whitespace in the name seems to cause this issue. Reproduced using the following steps:
In a Presto engine:
```sql
create table iceberg_data.pool.space ("two words" int) with (for…
-
Presto has weird behavior when I use `histogram` in a wrong way:
```
presto> select histogram(ARRAY[1, 2, 3]);
Query is gone (server restarted?)
```
The correct way:
```
presto> select hi…