Skip to content

A "personal data" boolean in field metadata #551

Description

@simonaubertbd

Describe the enhancement requested

Hello,

As data increasingly moves across organizational and regulatory boundaries, data sensitivity is becoming just as important as data type. Today, teams often need to answer questions like:
-Does this dataset contain personal data?
-Which specific fields are subject to GDPR/CCPA or internal governance rules?
-Can this column be safely logged, cached, or shared downstream?

In practice, this information is either:
Stored out-of-band (data catalogs, documentation), or
Embedded in ad-hoc metadata conventions that vary by organization and tool.

A simple, standardized personal_data boolean at the field level would provide a lightweight, interoperable signal that many tools could immediately benefit from.

Field-level granularity is essential: most real datasets mix personal and non-personal columns.
A boolean keeps the signal intentionally minimal.
This would enable:
Automatic detection and propagation of personal data flags across Arrow-compatible systems
Safer defaults in query engines, serializers, and exporters
Easier integration with data catalogs, lineage tools, and privacy audits
Consistent behavior across Parquet consumers

Crucially, this does not enforce semantics or compliance — it simply provides a common language.

This would be entirely optional and backward-compatible.
It does not preclude richer classifications in external systems.
It aligns with Arrow’s existing use of key/value metadata without introducing new core types.

it goes along with #447
Data is cool, but some metadata can totally change the game.

Edit : we can also imagine having the same boolean in the table metadata if the table contains at least one personal data field.
Best regards,

Simon

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions