-
### Feature Request / Improvement
# Context
In #112 , we are working on adding UUID support in XTable. Currently, only Iceberg has the concept of a UUID, which is stored as a fixed-size byte array i…
-
Currently it doesn't seem to be possible chooses which encoding we want to apply to the columns.
**Only available options are to:**
* Set the value for `withDictionaryPageSize()`
* Enable or di…
-
Attempting to view a parquet file from s3, I am unable to scroll the resulting table.
![cant_scroll](https://github.com/user-attachments/assets/47fb8b3e-9541-4631-b8e1-0531ef7fa1be)
Steps to rep…
-
### Backend
CH (ClickHouse)
### Bug description
Read a parquet file, with schema
```
message schema {
optional binary id(UTF8);
optional binary id1 (UTF8);
optional binary id2 (UT…
-
### 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
MySQL report…
-
### Backend
VL (Velox)
### Bug description
When using Gluten-1.2.0, an error is reported after a filecache hit once filecache is set.
```shell
spark.gluten.sql.columnar.backend.velox.fileHa…
-
**Describe the bug**
as described in https://issues.apache.org/jira/browse/PARQUET-251, parquet files created by parquet-mr version
-
When runing the code below which causes schema mismatch failure to intercept the Exception, the Exception in Spark is an instance of QueryExecutionException and ParquetDecodingException. But in GPU ve…
-
Hello,
Copying the issue from the previous repo (https://github.com/segmentio/parquet-go/issues/483), just tested against 0.19 and the issue is still present.
---
I'm seeing a weird situation which…
-
### Steps to reproduce the behavior (Required)
1、paimon on flink sql (paimon version:0.8+ , flink version:1.18):
CREATE TABLE
`paimon_catalog`.`default`.`t3` (
`theme_id` string NOT NULL…