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 Skip processed sequence group fields to improve performance of PartialUpdateMergeFunction 1. skip null sequence group fields 2. skip sequence group fields have been updated at once 3. move...

Purpose fix bug: NullPointException when readHadoopXml Linked issue: (https://github.com/apache/paimon/issues/6282) Tests API and Format not involve Documentation not involve

### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version 1.2 ### Compute Engine Flink 1.20 ### Minimal reproduce step Hi, I'm...

bug

### Purpose Linked issue: close #6450 Make sure the expected auto-tag created while calling the procedure of trigger_tag_automatic_creation ### Tests ``` org.apache.paimon.spark.procedure.TriggerTagAutomaticCreationProcedureTest ``` ### API and Format No ### Documentation...

### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version When we write rows to arrow format with empty paimon schema,following exception...

bug

### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation The procedure `trigger_tag_automatic_creation` was designed to force creating an auto-tag after the right...

enhancement

### Purpose Trim branch name when batch deleting branchs ### Tests Exist tests. ### API and Format ### Documentation

### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version 1.2.0 ### Compute Engine spark 3.5 ### Minimal reproduce step 1. create...

bug

### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version 1.2.0 ### Compute Engine spark 3.5 ### Minimal reproduce step 1. create...

bug

### Purpose While executing `mvn test -Pspark4 -pl "org.apache.paimon:paimon-spark-4.0_2.13"`, I encountered a failure in the unit tests because `paimon-spark3-common` was being loaded. Further investigation revealed that when running `mvn dependency:tree...