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-1989239 - prevent silent failures on nano-arrow conversion #2227

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

sfc-gh-mkubik
Copy link
Contributor

@sfc-gh-mkubik sfc-gh-mkubik commented Mar 20, 2025

Converting two date values: incorrect and correct in this order resulted in cancellation of PyErr_Occurred which led to creation of a table with uninitialised values that caused segmentation fault when accessed from python. This PR breaks the processing right after the error occurred in order to propagate it directly to the driver interface.

addresses issue #2216

@sfc-gh-mkubik sfc-gh-mkubik added the DO_NOT_PORT_CHANGES_TO_SP Add this label when changes in this PR do not need to be port to SP connector label Mar 20, 2025
@sfc-gh-mkubik sfc-gh-mkubik marked this pull request as ready for review March 20, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO_NOT_PORT_CHANGES_TO_SP Add this label when changes in this PR do not need to be port to SP connector
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant