Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] 应该不算是一个bug #12424

Open
2 tasks done
imx7 opened this issue Apr 26, 2024 · 1 comment
Open
2 tasks done

[Bug] 应该不算是一个bug #12424

imx7 opened this issue Apr 26, 2024 · 1 comment

Comments

@imx7
Copy link

imx7 commented Apr 26, 2024

Search before asking

  • 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?

  • I'm willing to submit a PR!
Copy link

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

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

No branches or pull requests

1 participant