imx7 opened a new issue, #12424:
URL: https://github.com/apache/iotdb/issues/12424

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/iotdb/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!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@iotdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to