Skip to content

Conversation

@JingsongLi
Copy link
Contributor

Purpose

At present, Python's statistics directly calculate each column of data, which has a relatively high computational cost. Moreover, the calculated min and max are not truncated to the longest 16 bytes like in Java, resulting in significant Manifest storage overhead.

We directly disabled the statistical information of value and only retained the statistical information of the primary key.

Tests

API and Format

Documentation

@XiaoHongbo-Hope
Copy link
Contributor

+1

@JingsongLi JingsongLi merged commit 24e08a4 into apache:master Dec 31, 2025
4 checks passed
jerry-024 added a commit to jerry-024/paimon that referenced this pull request Jan 6, 2026
* upstream/master: (35 commits)
  [spark] Spark support vector search (apache#6950)
  [doc] update Apache Doris document with DLF 3.0 (apache#6954)
  [variant] Fix reading empty shredded variant via variantAccess (apache#6953)
  [python] support alterTable (apache#6952)
  [python] support ray data sink to paimon (apache#6883)
  [python] Rename to TableScan.withSlice to specific start_pos and end_pos
  [python] sync to_ray method args with ray data api (apache#6948)
  [python] light refactor for stats collect (apache#6941)
  [doc] Update cdc ingestion related docs
  [rest] Add tagNamePrefix definition for listTagsPaged (apache#6947)
  [python] support table scan with row range (apache#6944)
  [spark] Fix EqualNullSafe is not correct when column has null value. (apache#6943)
  [python] fix value_stats containing system fields for primary key tables (apache#6945)
  [test][rest] add test case for two sessions with cache for rest commitTable (apache#6438)
  [python] do not retry for connect exception in rest (apache#6942)
  [spark] Fix read shredded and unshredded variant both (apache#6936)
  [python] Let Python write file without value stats by default (apache#6940)
  [python] ray version compatible (apache#6937)
  [core] Unify conflict detect in FileStoreCommitImpl (apache#6932)
  [test] Fix unstable case in CompactActionITCase
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants