Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support query OpenSearch index with alias field #1033

Closed
penghuo opened this issue Feb 5, 2025 · 0 comments
Closed

[FEATURE] Support query OpenSearch index with alias field #1033

penghuo opened this issue Feb 5, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@penghuo
Copy link
Collaborator

penghuo commented Feb 5, 2025

Is your feature request related to a problem?

  • index1 mapping
{
  "properties": {
    "id": {
      "type": "integer"
    },
    "alias": {
      "type": "alias",
      "path": "id"
    }
  }
}
  • query should works
SELECT id, alias FROM opensearch.default.index1
@penghuo penghuo added enhancement New feature or request untriaged and removed untriaged labels Feb 5, 2025
@penghuo penghuo changed the title [FEATURE] Support query OpenSearch index with alias field type [FEATURE] Support query OpenSearch index with alias field Feb 5, 2025
@penghuo penghuo closed this as completed Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant