Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.21.0
Description
when we use elasticsearch adapter, we can only set coordinate or hosts, but we can't set "pathPrefix" to the rest client.
can we set the calcite model like below,
{
"version": "1.0",
"defaultSchema": "elasticsearch",
"schemas": [
{
"type": "custom",
"name": "elasticsearch",
"factory": "org.apache.calcite.adapter.elasticsearch.ElasticsearchSchemaFactory",
"operand":
",
"index":"usa",
"pathPrefix":"pathPrefix"
}
}]
}
Attachments
Issue Links
- is related to
-
CALCITE-3335 Connecting on ElasticSearch server on HTTPS
- Closed
- links to