Nejc Saje

Results 4 issues of Nejc Saje

https://paper.dropbox.com/doc/Fork-less-TaskTiger--B00ZsrY3GZnTkiH2GpxhN4AEAg-9y7hbOFzr9eVfTh2gt6as

Errors like `TaskImportError` or errors stemming from a broken child context manager shouldn't move the task to the ERROR state - it should remain in QUEUED. This way when we...

I don't think it's currently possible to efficiently filter by a [DBRef](https://www.mongodb.com/docs/manual/reference/database-references/) field. While dereference pushdown is supported it is [explicitly blocked](https://github.com/trinodb/trino/blob/a8a891d5441c3ede5a1e1360574e143f20f2dec7/plugin/trino-mongodb/src/main/java/io/trino/plugin/mongodb/MongoMetadata.java#L726-L728) for DBRef fields. Why is it blocked? Is...

## Description This PR adds support for pushing down DBRef fields. [DBRefs](https://www.mongodb.com/docs/manual/reference/database-references/) in MongoDB are special documents that reference another document. They are often used as "foreign keys" so not...

mongodb
stale