Skip to content

Commit

Permalink
Update docs - reflect real data types reported in SQL and PPL for tex…
Browse files Browse the repository at this point in the history
…t and keyword.

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Feb 9, 2023
1 parent c69b0eb commit a6cf875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/user/general/datatypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The OpenSearch SQL Engine support the following data types.
+---------------------+
| double |
+---------------------+
| string |
| keyword |
+---------------------+
| text |
+---------------------+
Expand Down Expand Up @@ -87,7 +87,7 @@ The table below list the mapping between OpenSearch Data Type, OpenSearch SQL Da
+-----------------+---------------------+-----------+
| double | double | DOUBLE |
+-----------------+---------------------+-----------+
| keyword | string | VARCHAR |
| keyword | keyword | VARCHAR |
+-----------------+---------------------+-----------+
| text | text | VARCHAR |
+-----------------+---------------------+-----------+
Expand Down
4 changes: 1 addition & 3 deletions docs/user/ppl/general/datatypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ The PPL support the following data types.
+---------------+
| string |
+---------------+
| text |
+---------------+
| timestamp |
+---------------+
| datetime |
Expand Down Expand Up @@ -88,7 +86,7 @@ The table below list the mapping between OpenSearch Data Type, PPL Data Type and
+-----------------+---------------+-----------+
| keyword | string | VARCHAR |
+-----------------+---------------+-----------+
| text | text | VARCHAR |
| text | string | VARCHAR |
+-----------------+---------------+-----------+
| date | timestamp | TIMESTAMP |
+-----------------+---------------+-----------+
Expand Down

0 comments on commit a6cf875

Please sign in to comment.