opensearch-project / sql

Query your data using familiar SQL or intuitive Piped Processing Language (PPL)
https://opensearch.org/docs/latest/search-plugins/sql/index/
Apache License 2.0
116 stars 134 forks source link

[FEATURE] Support more opensearch data types, like ranges #895

Open Yury-Fridlyand opened 1 year ago

Yury-Fridlyand commented 1 year ago

Is your feature request related to a problem?

Some of OpenSearch data types are not supported. V2 just ignores columns with them.

Other types (TBD how to interpret them):

What solution would you like?

SQL plugin should support querying on these types.

What alternatives have you considered?

  1. First stage of implementation should support types from the first list above.
  2. All these types could be processed as strings

Do you have any additional context?

465

891

dai-chen commented 1 year ago

Old tracking issue for reference: https://github.com/opensearch-project/sql/issues/44