iotdb
iotdb copied to clipboard
当字符串里面包含逗号 ","时。默认的解析可能会失败
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!
Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!