This is an automated email from the ASF dual-hosted git repository.
chenliang613 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git
The following commit(s) were added to refs/heads/master by this push:
new 7abc7cd3d6 [CARBONDATA-4333][Doc] Update the declaration of supported
String data types (#4263)
7abc7cd3d6 is described below
commit 7abc7cd3d631d5ee7a63f825efb104b10b186fad
Author: tangchuan92 <[email protected]>
AuthorDate: Sat Nov 11 19:43:06 2023 +0800
[CARBONDATA-4333][Doc] Update the declaration of supported String data
types (#4263)
Why is this PR needed?
CHAR and VARCHAR as String data types are no longer supported in Carbon.
They should be deleted from doc's desc.
What changes were proposed in this PR?
CHAR and VARCHAR stop appearing as two String data types in doc.
Does this PR introduce any user interface change?
No
Is any new testcase added?
No
Co-authored-by: tangchuan <[email protected]>
---
docs/supported-data-types-in-carbondata.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/supported-data-types-in-carbondata.md
b/docs/supported-data-types-in-carbondata.md
index 4960453a17..80006f5569 100644
--- a/docs/supported-data-types-in-carbondata.md
+++ b/docs/supported-data-types-in-carbondata.md
@@ -36,8 +36,6 @@
* String Types
* STRING
- * CHAR
- * VARCHAR
**NOTE**: For string longer than 32000 characters, use
`LONG_STRING_COLUMNS` in table property.
Please refer to TBLProperties in
[CreateTable](./ddl-of-carbondata.md#create-table) for more information.