Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HIVE-20917: Support applyQuotesToAll option in OpenCSVSerde. #3718

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 31, 2022

  1. HIVE-20917: Support applyQuotesToAll option in OpenCSVSerde.

    OpenCSV version 3.10 added an option called "applyQuotesToAll."  When
    set to false, output columns were not quoted unless they needed it.
    This commit adds support for that option in OpenCSVSerde and also
    updates the support for OpenCSV version 5.7.1, which is the current
    version at the time of this commit.  This commit is based on a patch
    from Sungwoo Park <[email protected]>, which was based on a patch from
    David Engel <[email protected]>.
    David Engel committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    cdadde7 View commit details
    Browse the repository at this point in the history
  2. HIVE-20917: Add APPLYQUOTESTOALL to expected words.

    David Engel committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d828572 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    6cc10fa View commit details
    Browse the repository at this point in the history