Skip to content

[format] Prevent text tables from accepting unsupported schemas - #9479

Merged
JingsongLi merged 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/fix-textschema
Sep 2, 2026
Merged

[format] Prevent text tables from accepting unsupported schemas#9479
JingsongLi merged 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/fix-textschema

Conversation

@ArnavBalyan

Copy link
Copy Markdown
Member

Purpose

  • Text format supports exactly one string column.
  • Schema validation accepts multiple columns when the first column is a string, causing writes to serialize only the first column and discard the remaining values.
  • Reject every text table schema that is not exactly one string column.

Tests

  • UT

@JingsongLi

Copy link
Copy Markdown
Contributor

+1

@JingsongLi
JingsongLi merged commit ee9e8b1 into apache:master Sep 2, 2026
13 checks passed
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