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
We want to support multiple engine hints that can be in the order of preference. For example, we could have a /*+exec(postgres, duckdb) */ would preferentially select postgres if the engine is enabled, and if it is not then it'll select duckdb.
This would also help for our test infrastructure so we can test combinations of engines.
The text was updated successfully, but these errors were encountered:
We want to support multiple engine hints that can be in the order of preference. For example, we could have a
/*+exec(postgres, duckdb) */
would preferentially select postgres if the engine is enabled, and if it is not then it'll select duckdb.This would also help for our test infrastructure so we can test combinations of engines.
The text was updated successfully, but these errors were encountered: