marsupialtail / quokka

Making data lake work for time series
https://marsupialtail.github.io/quokka/
Apache License 2.0
1.1k stars 60 forks source link

CMT: fix hash equality error #35

Closed fabioibanez closed 1 year ago

fabioibanez commented 1 year ago

Fixed the hashing equality error in the executors.py file.

All instances of type assertion use "== or" syntax.