generated from amazon-archives/__template_Custom
-
Couldn't load subscription status.
- Fork 176
Closed
Labels
Description
Is your feature request related to a problem?
Currently, OpenSearch PPL data type and Spark PPL data type are not aligned. For instance, opensearch-project/opensearch-spark#1057.
What solution would you like?
We proposed a breaking change in OpenSearch PPL Data Type.
| OpenSearch PPL Data Type | Spark PPL Data Type | Unified PPL Data Type |
|---|---|---|
| byte | tinyint | tinyint |
| short | smallint | smallint |
| integer | int | int |
| long | bigint | bigint |
It is breaking change, and release in OpenSearch 3.0, change includes
- Integration Test
- Documentation
What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
Add any other context or screenshots about the feature request here.