Skip to content

[format] Preserve csv values matching the configured null literal - #9492

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

[format] Preserve csv values matching the configured null literal#9492
JingsongLi merged 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/fix-n-csv

Conversation

@ArnavBalyan

Copy link
Copy Markdown
Member

Purpose

  • CSV converter matches a null literal into a real null value.
  • The writer writes null and non null values identically, so the reader cannot distinguish them.
  • Write matching strings as quoted values and treat only unquoted null values as null.

Tests

  • UT

@JingsongLi

Copy link
Copy Markdown
Contributor

+1

@JingsongLi
JingsongLi merged commit 60381f4 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