Is your feature request related to a problem?
In 3.0.0, we will unified the PPL data types.
What solution would you like?
Introduce the replacement data types as follow.
| OpenSearch PPL Data Type |
Spark PPL Data Type |
Unified PPL Data Type |
| byte |
tinyint |
tinyint |
| short |
smallint |
smallint |
| integer |
int |
int |
| long |
bigint |
bigint |
Ref #3339