Skip to content

[FEATURE] Unify OpenSearch PPL Data Type and Spark PPL Data Type #3339

@penghuo

Description

@penghuo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions