-
## Background
ByConity has multi-server design in order to guarantee HA, and they are stateful because of table metadata cache. The metadata (including table and hot part) are cached in one correspon…
-
my query is:
```
SELECT L.co1, L.col2, ..... L.col n
FROM
tab1 AS P
JOIN
(SELECT
DISTINCT C.col1, C.col2, I.col3, I.col4
FROM
tab2 AS I
JOIN
tab…
-
```
select l_quantity, l_orderkey from tpch.sf1.lineitem where l_orderkey = 321030;
```
## Java
```
_quantity | l_orderkey
------------+------------
0.04 | 321030
0.17 | …
-
Hi @nezihyigitbasi,
We are seeing a little bit of an issue with loading big tables sizes (over 300K-500K rows) into Tableau with Presto odbc driver. It becomes very slow, seems to only work with only…
-
**presto:users_cdc_0301s> select count(*) from mysql_cdc_sync_hive_0301s_ro;
Query 20230112_094313_00001_q532x failed: java.lang.ClassNotFoundException: Class org.apache.hadoop.fs.s3a.S3AFileSystem n…
-
The AWS Cost & Usage Report, do the Resource IDs need to be included? I can not find a definitive answer on this. My gut says yes because this is how correlation will be done, but would like to conf…
-
Hi, everyone
I got an error which used presto to query deltalake's data , but it notices me this error.
![image](https://user-images.githubusercontent.com/35133768/193188703-a2462224-5ab3-4…
-
I'm wondering if there is any plan to support Iceberg tables. I see that there is a Presto connector available, but it points to the Trino documentation.
https://iceberg.apache.org/presto/
-
Can you please change lines 92 & 97 to use to the correct path separator for each platform?
-
## Your Environment
Circle CI job failure: https://github.com/prestodb/presto/actions/runs/6200486316/job/16835270734?pr=20381#logs
## Expected Behavior
## Current Behavior
```
ORDE…