Messages by Thread
-
[PR] ci: introduce deny to check apache compatible licenses [paimon-rust]
via GitHub
-
[I] introduce deny to check licenses [paimon-rust]
via GitHub
-
[PR] [core] introduce weighted strategy for external-path [paimon]
via GitHub
-
[PR] [common] Fix possible deadlock in ParallelExecution [paimon]
via GitHub
-
[PR] [flink] [spark] Fix btree procedure and enable incremental btree index build [paimon]
via GitHub
-
[PR] feat: introduce basic deletion vector support [paimon-rust]
via GitHub
-
[PR] [core] Add IF NOT EXISTS support for create_branch operation [paimon]
via GitHub
-
Re: [PR] add --metadata_column support for Kafka CDC connector [paimon]
via GitHub
-
[PR] [python] support predicate negation and NotBetween, Like, AlwaysTrue, AlwaysFalse function [paimon]
via GitHub
-
[PR] [python] Add consumer management for streaming progress [paimon]
via GitHub
-
[PR] [python] Add scanners, sharding, and row kind support [paimon]
via GitHub
-
[PR] [python] Add caching infrastructure and utilities [paimon]
via GitHub
-
[I] introduce deletion vector [paimon-rust]
via GitHub
-
[PR] [hive] Lazily initialize HMS client pool in HiveCatalog [paimon]
via GitHub
-
[PR] [doc] Add rename_tag for python doc [paimon]
via GitHub
-
Re: [I] [Feature] Integration with Apache Ranger to manage the privilege for paimon [paimon]
via GitHub
-
[I] introduce base spark paimon integration for teting [paimon-rust]
via GitHub
-
[PR] ci: introduce spark paimon integration for integration test [paimon-rust]
via GitHub
-
Re: [PR] Add metadata column support for Kafka CDC connector [paimon]
via GitHub
-
Re: [PR] [flink] Implement FLIP-314 LineageVertexProvider for source and sink connectors [paimon]
via GitHub
-
[PR] [python] Add paimon tail CLI for streaming table reads [paimon]
via GitHub
-
[PR] [python] Add StreamReadBuilder and AsyncStreamingTableScan [paimon]
via GitHub
-
[PR] [python] Add streaming infrastructure: scanners, consumers, caching [paimon]
via GitHub
-
Re: [PR] [python] Add streaming infrastructure: scanners, consumers, caching [paimon]
via GitHub
-
Re: [PR] [python] Add streaming infrastructure: scanners, consumers, caching [paimon]
via GitHub
-
Re: [PR] [python] Add streaming infrastructure: scanners, consumers, caching [paimon]
via GitHub
-
Re: [PR] [python] Add streaming infrastructure: scanners, consumers, caching [paimon]
via GitHub
-
Re: [PR] [python] Add streaming infrastructure: scanners, consumers, caching [paimon]
via GitHub
-
[PR] [doc] Fix typos in docs and code comments [paimon]
via GitHub
-
[PR] feat(io): refactor FileIO to reuse storage operators and improve path handling [paimon-rust]
via GitHub
-
[PR] [core] Introduce Catalog.listPartitionsByNames [paimon]
via GitHub
-
[PR] [rest] Introduce consumers api definition in rest [paimon]
via GitHub
-
[I] Support Apache Paimon 1.3.x in paimon-trino connector [paimon-trino]
via GitHub
-
[I] introduce table scan [paimon-rust]
via GitHub
-
Re: [I] Impl SnapshotManager [paimon-rust]
via GitHub
-
[I] task(io): reuse storage operator in FileIO [paimon-rust]
via GitHub
-
[PR] [core] Fix integer overflow in FieldSumAgg causing silent data corruption [paimon]
via GitHub
-
[PR] [WIP][filesystem] support report access extended information to DLF OSS [paimon]
via GitHub
-
[I] [Bug] paimon1.2.0追加表多层分区读取并行度BUG [paimon]
via GitHub
-
[PR] [Spark] Support Comet native vectorization for Append-Only tables [paimon]
via GitHub
-
[PR] [spark] Fix the case that exists filter expression in merge-into on clause [paimon]
via GitHub
-
[PR] feat: introduce snapshot manager [paimon-rust]
via GitHub
-
Re: [PR] Add kafka metadata [paimon]
via GitHub
-
[PR] [core] Replace O(n*m) list dedup with HashSet-based O(n+m) in SnapshotReaderImpl [paimon]
via GitHub
-
[PR] [common] Fix O(2^n) complexity in FileIndexPredicate.getRequiredNames [paimon]
via GitHub
-
[I] Introduce split & plan [paimon-rust]
via GitHub
-
[PR] [core] Enable clustering before write phase for incremental clustering table [paimon]
via GitHub
-
[PR] [vector]support lumina [paimon]
via GitHub
-
[PR] [core] Support consumer_id predicate pushdown for ConsumersTable [paimon]
via GitHub
-
[PR] [core] Support descriptor-based BLOB columns with copied raw data and allow MERGE INTO updates [paimon]
via GitHub
-
[PR] [vector] remove lucene and faiss [paimon]
via GitHub
-
[I] [Bug] Streaming read system table should support bucket unware table [paimon]
via GitHub
-
[PR] [python] Support rollback API for RESTCatalog [paimon]
via GitHub
-
[PR] [flink] optimize flink Data-Evolution-Merge-Into [paimon]
via GitHub
-
Re: [I] spec: Implement Manifest [paimon-rust]
via GitHub
-
Re: [I] catalog: Implement the filesystem catalog [paimon-rust]
via GitHub
-
[PR] fix(io): return correct list_status paths and reuse storage operators [paimon-rust]
via GitHub
-
[PR] [python] Support conflict detection when updating existing data concurrently. [paimon]
via GitHub
-
Re: [PR] [python] Support rename tag API for pypaimon [paimon]
via GitHub
-
[PR] [doc] Fix Flink Call Statements documentation link [paimon]
via GitHub
-
[PR] [core] Fix testEmptyPartitionDirectories failure to make empty dir older [paimon]
via GitHub
-
[PR] Bump com.fasterxml.jackson.core:jackson-core from 2.15.2 to 2.18.6 in /paimon-faiss/paimon-faiss-e2e-test [paimon]
via GitHub
-
[PR] [core] Introduce BTreeIndexReader.createIterator to iterator all records in BTree [paimon]
via GitHub
-
[PR] [doc] Fix paimon-website-javadoc profile to use its own maven-javadoc-plugin [paimon]
via GitHub
-
[PR] [clone] Remove support for Hudi tables [paimon]
via GitHub
-
Re: [PR] [core] Update lastFullCompaction in EarlyFullCompaction when triggering full compaction via size thresholds [paimon]
via GitHub
-
Re: [I] [Bug] In cdc database synchronization, data changes to new tables using the combined mode are not monitored, and the job needs to be restarted [paimon]
via GitHub
-
[PR] [core] Optimize data-evolution scan with index [paimon]
via GitHub
-
[PR] [fs] Add missing s3-transfer-manager dependency for AWS SDK [paimon]
via GitHub
-
[I] [Bug] [fs] Add missing s3-transfer-manager dependency for AWS SDK [paimon]
via GitHub
-
[PR] [fs] Fix ClassNotFoundException: ObjectTransfer [paimon]
via GitHub
-
[PR] [python] Fix the doc url of setup.py [paimon]
via GitHub
-
[PR] [core] Fix ChainSplit NPE after branch table cache invalidation [paimon]
via GitHub
-
[I] [Bug] Fix ChainSplit NPE after branch table cache invalidation [paimon]
via GitHub
-
[PR] [core] Data evolution table limit push down [paimon]
via GitHub
-
[PR] [BUILD] Add `AGENTS.MD` [paimon]
via GitHub
-
Re: [I] [Bug] paimon oss needs Schema file created first [paimon]
via GitHub
-
[PR] [test] Fix test HiveLocationTest.testExternTableLocation [paimon]
via GitHub
-
[PR] [core] Support empty dirs cleaning without bucket sub dir in orphan files cleanup [paimon]
via GitHub