-
### Backend
VL (Velox)
### Bug description
``` sql
create table bigdata.tmp_test(
bz date,
amt double
)
partitioned by (`bz`);
create table bigdata.tmp_test2(
bz date,
amt double
);
…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
kafka genera…
-
### Describe the bug
When adding a new Delta table under Trino, the table appears in Metabase with its icon visible. However, clicking on the table results in the error message:
_No fields found for …
-
I am finalizing migration from Trino 419 to Trino 464 and running into the issues of getting a large list of tables, closer to 200k in a single schema. My timeouts are set to 300s. Trino 419 is capabl…
-
## Your Environment
* Presto version used: Presto (Java) v0.286
* Storage (HDFS/S3/GCS..): S3
* Data source and connector used: Iceberg
## Expected Behavior
Once views are created, they are per…
-
I am trying to understand a performance degradation that has happened on upgrading from Trino 419 to Trino 463. Querying hive tables with zstd compressed data in s3 seem to run significantly slower in…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
I updated ve…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar.
### Paimon version
0.9
### Compute Engine
Hive 3.1.3
#…
-
After we drop and add columns to a table with DWRF format, query returns wrong results. This is with setting `hive.orc.use-column-names=true`. The same works with ORC as the below tests show.
```
…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar.
### Paimon version
paimon-flink-1.17-0.8.jar
paimon-flink-action-0.8.…