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

Add Python3.11 support for kedro-datasets #154

Closed
noklam opened this issue Apr 3, 2023 · 1 comment · Fixed by #297
Closed

Add Python3.11 support for kedro-datasets #154

noklam opened this issue Apr 3, 2023 · 1 comment · Fixed by #297
Assignees

Comments

@noklam
Copy link
Contributor

noklam commented Apr 3, 2023

Description

Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..."

Pre-requisite of kedro-org/kedro#2270

Context

Why is this change important to you? How would you use it? How can it benefit other users?

Possible Implementation

(Optional) Suggest an idea for implementing the addition or change.

Possible Alternatives

(Optional) Describe any alternative solutions or features you've considered.

@noklam
Copy link
Contributor Author

noklam commented Jun 28, 2023

I suspect this could be a 5 or more.

kedro-org/kedro#2417 (comment)

I have run into issues. There are some funny interaction between delta-spark, pyspark>3.4. We may have to update setup.py, test_requirements.txt, and potentially implementation of some datasets.

One example is SparkDataSet, AnalysisException.desc does not exist anymore >=3.4. I don't think we can drop pyspark <3.4 directly, so we may need to find a compatible solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants