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

Python 3.8 does not support list[JobHistoryCatalogEntry] for type hint #1363

Closed
1 of 2 tasks
xzdandy opened this issue Nov 16, 2023 · 0 comments · Fixed by #1364
Closed
1 of 2 tasks

Python 3.8 does not support list[JobHistoryCatalogEntry] for type hint #1363

xzdandy opened this issue Nov 16, 2023 · 0 comments · Fixed by #1364
Assignees
Labels
Bug 🐞 EVA is not working as expected
Milestone

Comments

@xzdandy
Copy link
Collaborator

xzdandy commented Nov 16, 2023

Search before asking

  • I have searched the EvaDB issues and found no similar bug report.

Bug

  def get_entry_by_job_id(self, job_id: int) -> list[JobHistoryCatalogEntry]:

E TypeError: 'type' object is not subscriptable

Environment

https://app.circleci.com/pipelines/github/georgia-tech-db/evadb/6093/workflows/b2883bc3-6061-4ad7-9569-634cb6f60312/jobs/44175

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@xzdandy xzdandy added the Bug 🐞 EVA is not working as expected label Nov 16, 2023
@xzdandy xzdandy self-assigned this Nov 16, 2023
@xzdandy xzdandy moved this to In Progress in EVA Public Roadmap ⚡🚀 Nov 16, 2023
@xzdandy xzdandy added this to the v0.3.9 milestone Nov 16, 2023
@xzdandy xzdandy linked a pull request Nov 16, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this from In Progress to Done in EVA Public Roadmap ⚡🚀 Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 EVA is not working as expected
Projects
Development

Successfully merging a pull request may close this issue.

1 participant