apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.44k stars 959 forks source link

[doc]update fileSource and valueStatsCols in manifest.md #4430

Closed Edward-Gavin closed 3 weeks ago

Edward-Gavin commented 3 weeks ago

Search before asking

Purpose

When I read source code of DataFileMeta, I find fileSource and valueStatsCols properties didn't update to document, so commit this pr.

Linked issue:

  1. valueStatsCols in #4322
  2. fileSource in #3178

Tests

no

API and Format

no

Documentation

Update docs/content/concepts/spec/manifest.md.

Are you willing to submit a PR?