Uh oh!
There was an error while loading. Please reload this page.
Sync with 3.29.2 - #443
Merged
Merged
Conversation
dkropachevforce-pushed
the
dk/sync-with-3.29.2
branch
from
March 5, 2025 16:54
c5f7d77 to
3494d63Comparedkropachevforce-pushed
the
dk/sync-with-3.29.2
branch
2 times, most recently
from
March 5, 2025 17:22
d68c6f3 to
b191682Comparebefore this change, when testing with cqlsh, we have warnings like: ``` <frozen importlib._bootstrap>:488: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC). ```` in this change, we replace the deprecated API with timezone-aware API, to avoid this warning. to keep the backward compatibility, `DateTime.to_python()` still returns an offset-naive timestamp. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
… allow specifying of libev install via env vars (apache#1223)
…x handling of variable length types (OSS C* 5.0) (apache#1217)
dkropachevforce-pushed
the
dk/sync-with-3.29.2
branch
from
March 5, 2025 18:08
b191682 to
710ca34Comparedkropachev
marked this pull request as ready for review
March 5, 2025 18:10
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync with upstream
3.29.2Fixes: #415
I have provided docstrings for the public items that I want to introduce.I have adjusted the documentation in./docs/source/.Fixes:annotations to PR description.Closes DRIVER-162