Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/supported-data-types-in-carbondata.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@

* String Types
* STRING
* CHAR
* VARCHAR

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still, create table (a varchar(20), b char(20) stored as carbondata, are created as STRING type in carbondata with SPARK 3.1. CARBONDATA-4226 is not yet resolved. Can Refer org.apache.spark.sql.parser.CarbonSpark2SqlParser#getFields

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed in dev community , CARBONDATA-4226 be resolved.


**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.
Expand Down