-
I have created the elastic search mapping json file with the following details
```json
{
"tableName": "test",
"schemaName": "es",
"host": "XX.XXX.XX.XXX",
"port": 1234,
"clusterName": "e…
-
Regression from https://github.com/prestodb/presto/pull/23222
Fix is here https://github.com/prestodb/presto/pull/23204
-
We regularly encounter the need for a given Zeek version/installation to answer the question "What do the logs look like?". Several folks have built their own takes on this in the past, addressing the…
-
Presto database is a very interesting big data technology that may be a good candidate if/when we need to handle Very Big Data with Piwik.
https://prestodb.io/
Presto is an open source distributed …
-
### Bug description
Failing tests are disabled in the PR advancing Velox version for Presto Native: https://github.com/prestodb/presto/pull/19987
File path:
presto/presto-native-execution/src/t…
-
PrestoSQL Version: 307
Cqlsh 5.0.1 | Cassandra 3.11.4 | CQL spec 3.4.4 | Native protocol v4
cassandra.properties:
```
connector.name=cassandra
cassandra.contact-points=${Internal IPS of gcp cas…
-
### Description
Currently this field doesn't work.
```
select "$data_sequence_number" from orders;
```
```
Field not found: $data_sequence_number. Available fields are: orderkey, custkey, ord…
-
Hi dear ctags developers,
I run into a problem while generating tags for the following SQL script with placeholder:
```
create table database.tb_name${dt} as
select col_a, col_b from databas…
-
I have a query regarding hive metastore. I wanted to access the LAST_ACCESS_TIME from table TBLS , so I configured setting according this link.
http://www.hadoopadmin.co.in/hive/last-access-time-of-a…
-
Parent Issue: https://github.com/prestodb/presto/issues/23785
Based on my preliminary analysis, we need to make the below changes to successfully build and run Presto with Java 17.
### Upgrade s…