rbc
rbc copied to clipboard
Handling of unsupported features
rbc supports a range of omniscdb and numba versions that implement different sets of features. If a particular feature is not available for the given combination of omniscidb/numba versions, rbc should fail with an exception message suggestion the upgrade, or directing to an rbc issue explaining why the feature is not available.
While handling the unsupported features, one must take into account:
- numba version
- omniscidb version
- omniscidb has CUDA enabled or not
- CUDA enabled omniscidb is able to fall back to CPU execution: https://github.com/omnisci/omniscidb-internal/pull/4955