Skip to content

Conversation

@dain
Copy link
Member

@dain dain commented Mar 27, 2023

Description

Hive OpenCSV writer will disable quoting and escaping behavior if the quote or escape character is zero. This can result in data that does not round trip, but is an expected feature (bug?) of the writer.

Additional context and related issues

Fixes #16710

Release notes

( ) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
(x) Release notes are required, with the following suggested text:

# Hive
*  In the native CSV writer, Disable quoting when quote character is zero, and disable escaping when escape character is zero. ({issue}`16710`)

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

Development

Successfully merging this pull request may close these issues.

Different behaviour between old OpenCSV and new native CSV writer (quote character)

2 participants