Nejc Saje
Nejc Saje
Hey guys, I think I solved this in https://github.com/arteria/django-hijack-admin/pull/37 .
This error is caused by https://github.com/redis/redis/pull/10651 and is affecting Redis versions >= 6.2.7. I created a new issue to track the resolution https://github.com/closeio/tasktiger/issues/268
I think both of those cases would be better served by leaving the task in Queued state but still loudly logging an error (rollbar etc.). This way the manual intervention...
No, there's an "or" in there :-) e.g. either TaskImportError or any error caused by the context managers.
Would it be enough to alter [`MongoColumnHandle.getQualifiedName`](https://github.com/trinodb/trino/blob/a8a891d5441c3ede5a1e1360574e143f20f2dec7/plugin/trino-mongodb/src/main/java/io/trino/plugin/mongodb/MongoColumnHandle.java#L54) to prefix dereference names with a `$` sign if `this.dbRefField==true`? If so I'd be happy to prepare a PR.
@krvikash ping - would really like to get to the bottom of this before I dive into preparing a PR, thanks!