georgia-tech-db/evadb

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

xzdandy opened this issue · 0 comments

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!