SteveYurongSu opened a new pull request, #11695:
URL: https://github.com/apache/iotdb/pull/11695

   ## Description
   
   As title.
   
   Example:
   
   ```sql
   create pipe extractor_realtime_1 
   with extractor ('extractor'='iotdb-extractor', 
'extractor.pattern'='root.aligned','extractor.history.enable'='false','extractor.realtime.enable'='0')
 
   with connector ('connector'='iotdb-thrift-connector', 
'connector.ip'='127.0.0.1', 'connector.port'='6667');
   ```
   
   * Before fix:
   
![image](https://github.com/apache/iotdb/assets/30497621/af37a346-ce97-4315-9998-76185e168364)
   
   * After fix:
   
![image](https://github.com/apache/iotdb/assets/30497621/af74068d-e968-4547-82c4-318311a6270f)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to