-
Notifications
You must be signed in to change notification settings - Fork 904
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
Attempt to bump python version to 3.11 #2417
Conversation
Note: |
Notes: (will keep this updated)
|
Notes:
|
548965a
to
412ba84
Compare
Rebased this on top of |
2be0176
to
edf3604
Compare
There seem to be some problems now with
delta-spark merged support for Spark 3.4 one week ago delta-io/delta@5c3f4d3 so the next released version should be compatible.
We're very close! |
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: Nok <nok_lam_chan@mckinsey.com>
Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
…spark3.4 Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
if hasattr(exception, "desc"): # Pyspark <3.4 | ||
message = exception.desc | ||
else: | ||
message = exception.message | ||
|
||
if "Path does not exist:" in message or "is not a Delta table" in message: |
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.
In theory we should freeze it, but this minor change would allow us release Python 3.11 without breaking change. We should also have this change in kedro-datasets
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>
Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>
Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>
Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>
Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>
Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>
Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>
Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>
By updating the classifiers in classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
] |
Any help needed here? Would be great to be able to bump versions.. Python 3.7 is also officially end-of-life and can be dropped |
Superseded by #2851 |
Signed-off-by: Nok Chan nok.lam.chan@quantumblack.com
Description
See what's failing in CI and estimate the effort of actually supporting newer version.
Investigation of #2048 #2270
Development notes
Checklist
RELEASE.md
file