paimon icon indicating copy to clipboard operation
paimon copied to clipboard

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.

Results 540 paimon issues
Sort by recently updated
recently updated
newest added

### Purpose Linked issue: close #xxx ``` CREATE TABLE paimon.bdc_tmp.paimon_tbl ( `#log_uuid` STRING NOT NULL, `#event_name` STRING, name STRING, external_json STRING, dt STRING NOT NULL) USING paimon TBLPROPERTIES ( 'bucket'='2',...

### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation Apache Iceberg supports AWS Glue & AWS Lake Formation to manage tables &...

enhancement

### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation The first step to make the bucket hash function pluggable ### Solution _No...

enhancement

### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation Currently, paimon's bucket hash's hash value is based on `BinaryRow#hashcode`. It has two...

enhancement

Logging Optimization add DEBUG-level log checks before logging operations; log statements use parameterized placeholder

### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation Two main optimizations were implemented: 1) No log level check was performed when...

enhancement

### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version Paimon(on oss): 1.0.1 ### Compute Engine Flink: 1.20.1 ### Minimal reproduce step...

bug

When using flink procedure, table name can not parsed correctly when use `` quote. But Spark request use `` for SYSTEM_TABLE_SPLITTER ($) . So this is incompatible with Spark. e.g...

### Motivation 2025 has arrived, and we would like to thank everyone for the contributions in the past! Here we present the 2025 Paimon Spark roadmap, and welcome to take...

enhancement

### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation ArrowFieldWriters$ArrayWriter#doWrite ![Image](https://github.com/user-attachments/assets/a82c8089-f37d-4ae4-b859-90dca2babee6) ### Solution ### **Implementation Steps** 1. **Reusable Buffer Declaration** Define a...

enhancement