-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Search before asking
- I searched in the 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

6668 data already sync ,but the type filed no data
What did you expect to see?
the type is attribute filed can sync data.
What did you see instead?
this is my see:
Anything else?
No response
Are you willing to submit a PR?
- I'm willing to submit a PR!