-
Notifications
You must be signed in to change notification settings - Fork 478
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
Test 1336 #1347
Conversation
checkout #1349 |
@sfc-gh-mkeller , #1336 is updated now and should build fine, but @noamcohen97 's #1349 does this and adds Python 3.11 support. |
0de9355
to
483fded
Compare
I've pushed a fix for the linting error to #1336 , @sfc-gh-mkeller |
0f2173d
to
5f68866
Compare
if not any("/std" not in s for s in ext.extra_compile_args): | ||
ext.extra_compile_args.append("/std:c++17") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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.
Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@go/v8.0.0...go/v10.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Noam Cohen (noamcohen97) <[email protected]>
Co-authored-by: Noam Cohen (noamcohen97) <[email protected]>
5f68866
to
794ce59
Compare
Codecov Report
@@ 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
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
DESCRIPTION.md
Outdated
- 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 |
There was a problem hiding this comment.
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?
Tests #1336