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:

* After fix:

--
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]