You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been noticed that error conditions arising when queries are evaluated by the core engine did not properly propagate errors via expectations.
To Reproduce
Running a value filter against a column with an enumeration, and asking for a comparison with a non-existing value. This is covered by 2.21.0 and later, but errored with an exception up to 2.19.2. Running such a query from SOMA will demonstrate the issue
Versions (please complete the following information):
TileDB-SOMA version: 1.8.*
Language and language version (e.g. Python 3.8, R 4.2.2): any
johnkerl
changed the title
[c++] Use std::future::get() to collect asynchronous query
[c++] Use std::future::get() to collect asynchronous query
Mar 25, 2024
Describe the bug
It has been noticed that error conditions arising when queries are evaluated by the core engine did not properly propagate errors via expectations.
To Reproduce
Running a value filter against a column with an enumeration, and asking for a comparison with a non-existing value. This is covered by 2.21.0 and later, but errored with an exception up to 2.19.2. Running such a query from SOMA will demonstrate the issue
Versions (please complete the following information):
Additional context
SC-43721
The text was updated successfully, but these errors were encountered: