FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add support for STRING type by q977734161 · Pull Request #99 · apache/iotdb-extras · GitHub

Add support for STRING type - #99

Open
q977734161 wants to merge 1 commit into
apache:masterfrom
q977734161:master
Open

Add support for STRING type#99
q977734161 wants to merge 1 commit into
apache:masterfrom
q977734161:master

Conversation

Copy link
Copy Markdown

Description

I want to use STRING type data, but the current SINK does not support it.

Why Use STRING type

IoTDB version 1.3.X has added support for the STRING type. The difference between STRING and TEXT types is that STRING type carries more statistical information, which can be used to optimize value-filtering queries. TEXT type is more suitable for storing long strings.

Key changed/added classes (or packages if there are too many classes) in this PR

DefaultIoTSerializationSchema.java -> serialize(Map<String, String> tuple)
IoTDBSink.java -> convertText(String device, List measurements, List values)

github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Hi, this is your first pull request in IoTDB project. Thanks for your contribution! IoTDB will be better because of you.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL