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

SNOW-1348838: local test fix read csv behavior and enable tests #1455

Conversation

sfc-gh-aling
Copy link
Contributor

Please answer these questions before submitting your pull requests. Thanks!

  1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

    Fixes SNOW-NNNNNNN

  2. Fill out the following pre-review checklist:

    • I am adding a new automated test(s) to verify correctness of my new code
    • I am adding new logging messages
    • I am adding a new telemetry message
    • I am adding new credentials
    • I am adding a new dependency
  3. Please describe how your code solves the related issue.

there is a bug that local test when loading csv, it can not handle cases like value 3,"calue 4, but with a comma" in which there is a delimiter (in this case it's comma) in the quotes.

this PR tries to fix the issue by using quoting and quotechar option from panda API

@sfc-gh-aling sfc-gh-aling requested a review from a team as a code owner April 29, 2024 22:17
@sfc-gh-aling sfc-gh-aling added the local testing Local Testing issues/PRs label Apr 30, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
@sfc-gh-aling sfc-gh-aling force-pushed the SNOW-1348838-issues-relating-to-field-optionally-enclosed-by branch from 169422f to 6d2c50d Compare May 3, 2024 21:20
@sfc-gh-aling sfc-gh-aling merged commit d900e1e into main May 3, 2024
23 checks passed
@sfc-gh-aling sfc-gh-aling deleted the SNOW-1348838-issues-relating-to-field-optionally-enclosed-by branch May 3, 2024 22:57
@github-actions github-actions bot locked and limited conversation to collaborators May 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
local testing Local Testing issues/PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants