-
2024-03-13T19:19:15.7906661Z ERROR: for conf_kudu3_1 Cannot start service kudu3: driver failed programming external connectivity on endpoint conf_kudu3_1 (816970fa61cf2d7db9e4f0db3d824376afa5065e7d…
-
2021-02-08T14:07:49.490+0800 ERROR NodeRefresher com.facebook.presto.elasticsearch.client.ElasticsearchClient Error refreshing nodes
com.facebook.presto.spi.PrestoException: method [GET], host [http:…
-
There is a problem in casting between varchar type columns (with different lengths) in Prestissimo.
In the following SQL the input is a varchar[8] type column cast into varchar(3) and C++ worker …
-
Coral transform the following hive sql to trino
```shell
select regexp_extract('1a 2b 14m', '\d+', 1);
```
result:
```shell
select regexp_extract('1a 2b 14m', "hive_pattern_to_presto"('\d+'),…
-
`presto-orc` has very few deprecation warnings and these are probably unavoidable (related to #37)
however `presto-parquet` has many more. We should resolve them, as they often signal upcoming brea…
-
We should make `HiveTestUtils#SESSION` (https://github.com/prestodb/presto/blob/43bd519052ba4c56ff1f4fc807075637ab5f4f10/presto-hive/src/test/java/com/facebook/presto/hive/HiveTestUtils.java#L57) a `…
-
### Bug description
We observed query failures where AsyncDataCache is recovered from a corrupted checkpoint. This issue reproduces if check pointing is enabled (e.g. "async-cache-ssd-checkpoint-gb":…
-
### Description
I've noticed, Presto uses SQL transactions in metadata operations like `getTables`. Is it expected behavior?
My configuration:
- Presto `0.278`,
- Presto JDBC driver `0.278`,
- **…
-
FYI:
```
kokosing@m16:~/presto$ git grep 'toImmutableMap(' | wc -l
202
kokosing@m16:~/presto$ git grep 'toMap(' | wc -l
95
```
_Originally posted by @kokosing in https://github.com/trinodb/tr…
-
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…