Skip to content

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

Open
ArnavBalyan wants to merge 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/fix-n-csv
Open

[format] Preserve csv values matching the configured null literal#9492
ArnavBalyan wants to merge 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

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.

1 participant