iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

当字符串里面包含逗号 ","时。默认的解析可能会失败

Open imx7 opened this issue 1 year ago • 1 comments

Search before asking

  • [X] I searched in the issues and found nothing similar.

Version

1.3.1

Describe the bug and provide the minimal reproduce step

当字符串里面包含逗号 ","时。默认的解析失败。

What did you expect to see?

修改DefaultIoTSerializationSchema 的separator;

What did you see instead?

package org.apache.iotdb.flink; public class DefaultIoTSerializationSchema implements IoTSerializationSchema<Map<String, String>> { ... private String separator = "^_^";

Anything else?

No response

Are you willing to submit a PR?

  • [X] I'm willing to submit a PR!

imx7 avatar Apr 26 '24 04:04 imx7

Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!

github-actions[bot] avatar Apr 26 '24 04:04 github-actions[bot]