xiaochangg opened a new issue, #17349: URL: https://github.com/apache/iotdb/issues/17349
### Search before asking - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version table model , the column filed is attribute , the data not sync ### Describe the bug and provide the minimal reproduce step this is my pipe cmd: create pipe A2B WITH SOURCE ('source'= 'iotdb-source','mode.streaming' = 'true','database-name'='testdb2.*','history.enable' = 'false') with SINK ('sink'='iotdb-thrift-async-sink','node-urls' = '127.0.0.1:6668') my table is: create database testdb2; CREATE TABLE gwy6l(time TIMESTAMP TIME,measurementname STRING TAG,type STRING ATTRIBUTE,value STRING FIELD,status INT64 FIELD,source_time INT64 FIELD,server_time INT64 FIELD); the type field is ATTRIBUTE, Two IoTDB instances, one with port 6667 and the other with port 6668。 my data is: 6667 instance <img width="1118" height="294" alt="Image" src="https://github.com/user-attachments/assets/5a9db5d7-6437-4830-8030-4d5e6eac24a1" /> 6668 data already sync ,but the type filed no data <img width="995" height="189" alt="Image" src="https://github.com/user-attachments/assets/b2c0506c-e2a2-4cdf-b731-778e05ce5f8d" /> ### What did you expect to see? the type is attribute filed can sync data. ### What did you see instead? this is my see: <img width="970" height="191" alt="Image" src="https://github.com/user-attachments/assets/41930ce8-1437-4b8f-b80e-44df39968b33" /> ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
