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

Test 1336 #1347

Merged
merged 12 commits into from
Jan 10, 2023
Merged

Test 1336 #1347

merged 12 commits into from
Jan 10, 2023

Conversation

sfc-gh-mkeller
Copy link
Collaborator

Tests #1336

@noamcohen97
Copy link
Contributor

checkout #1349

@3dbrows
Copy link
Contributor

3dbrows commented Nov 25, 2022

@sfc-gh-mkeller , #1336 is updated now and should build fine, but @noamcohen97 's #1349 does this and adds Python 3.11 support.

@3dbrows
Copy link
Contributor

3dbrows commented Dec 15, 2022

I've pushed a fix for the linting error to #1336 , @sfc-gh-mkeller

@sfc-gh-mkeller sfc-gh-mkeller force-pushed the test_pr_1336 branch 3 times, most recently from 0f2173d to 5f68866 Compare January 6, 2023 22:54
Comment on lines +151 to +152
if not any("/std" not in s for s in ext.extra_compile_args):
ext.extra_compile_args.append("/std:c++17")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the c++ standard has to be set on Windows now too @xhochy and @3dbrows

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, Arrow 10 switched to C++17 as the minimal supported C++ standard.

@codecov-commenter
Copy link

codecov-commenter commented Jan 10, 2023

Codecov Report

Merging #1347 (794ce59) into main (a313240) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1347      +/-   ##
==========================================
- Coverage   81.28%   81.25%   -0.04%     
==========================================
  Files          61       61              
  Lines        8556     8556              
  Branches     1262     1262              
==========================================
- Hits         6955     6952       -3     
- Misses       1283     1285       +2     
- Partials      318      319       +1     
Impacted Files Coverage Δ
src/snowflake/connector/errors.py 89.78% <0.00%> (-0.54%) ⬇️
src/snowflake/connector/cache.py 84.84% <0.00%> (-0.34%) ⬇️
src/snowflake/connector/ocsp_snowflake.py 77.59% <0.00%> (-0.14%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sfc-gh-mkeller sfc-gh-mkeller marked this pull request as ready for review January 10, 2023 00:35
DESCRIPTION.md Outdated
Comment on lines 48 to 49
- Enhanced the atomicity of write_pandas when overwrite is set to True
- Bumped pyarrow dependency from >=8.0.0,<8.1.0 to >=10.0.0,<10.1.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

those two should be moved under 2.9.1?

setup.py Show resolved Hide resolved
@sfc-gh-mkeller sfc-gh-mkeller merged commit 91ec838 into main Jan 10, 2023
@sfc-gh-mkeller sfc-gh-mkeller deleted the test_pr_1336 branch January 10, 2023 22:21
@github-actions github-actions bot locked and limited conversation to collaborators Jan 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants