paimon
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.
### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation Can paimon add a table attribute uuid as the table unique identity. A...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation the snapshot json in `Compact Table` part should be updated, because of the...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation 1. New paimon version read the old paimon metadata and file 2. Old...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation Currently the default java compiler is 1.8, we can use java11 as default...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation Blocked by #4140 . Subtask of #3827 and related to #4096 . After...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation Subtask of #3827 , add benchmark for reader and writer with bloom filter...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version 0.8.2, **No hadoop ENV** using flink's s3 config ### Compute Engine Flink...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar. ### Motivation support debezium-json format with schema for kafka sync action. we can get the...
### Purpose Linked issue: close #xxx ### Tests PartitionsTableTest#testLevel0FileCountValue ### API and Format ### Documentation
### Purpose Linked issue: close #4045 Flink has introduced [Materialized Table](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/dev/table/materialized-table/overview/) in 1.20 release, we can support it in Paimon connector. ### Documentation No