Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
You can get to the full exec engine now but too many things are implicitly defined. Instead, we need to add explicit options.
My proposal is to define a set of jdbc connection string properties:
engine=ref means that the Reference interpreter's capabilities and schemas are available. engine=full (default) means that the full execution engines tools should be available. engine=both means that both types are available.
For engine=full.
We will have the additional property: zk=[connection string]
This also requires the implementation of a smarter Schema type that provides automatic schema for all types recognized by the execution engine.