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

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and 
found nothing similar.
   
   
   ### Version
   
   the version is 2.0.5 
   
   ### Describe the bug and provide the minimal reproduce step
   
   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 custom pipe processor plugin is:
   
   <img width="1153" height="938" alt="Image" 
src="https://github.com/user-attachments/assets/6e759f42-3234-4a62-87f7-fc9d8cb59f15";
 />
   
   show pipeplugins is:
   
   <img width="1723" height="330" alt="Image" 
src="https://github.com/user-attachments/assets/96538458-c324-492e-9a41-7b873906a2a4";
 />
   
   my pipe create cmd is:
   CREATE PIPE task2742_outer_98785855 WITH SOURCE 
('source'='iotdb-source','source.inclusion' = 'data.insert,data.delete', 
'source.history.enable' = 'false', 'source.mode.streaming' = 'true') WITH 
PROCESSOR ('processor' = 'SYNC_IOTDB_IOTDBTABLE_11') WITH SINK ('sink' = 
'do-nothing-sink') 
   
   insert into data and find in /logs/log_datanode_all.log is:
   
   <img width="1892" height="504" alt="Image" 
src="https://github.com/user-attachments/assets/4603404e-a341-4975-82c0-2ddef2e293ff";
 />
   
   i can get the insert data , but the data is not complete.
   
   logger.info("tablet schemas:{}",tablet.getSchemas());
   logger.info("tablet columnsTypes:{}",tablet.getColumnTypes());
   
   the print log  
   :[[measurementname,STRING,PLAIN,,LZ4], [server_time,INT64,TS_2DIFF,,LZ4], 
[source_time,INT64,TS_2DIFF,,LZ4], [status,INT64,TS_2DIFF,,LZ4], 
[value,STRING,PLAIN,,LZ4]]
   
   not contains  the type field ,the type field columnCategory is attribute  ,
   
   
   
   ### What did you expect to see?
   
   i want to get the field value(the field is attribute ) from custom pipe 
processor ,
   
   ### What did you see instead?
   
    the pipe task should config ?
   i can get the field value . the field columnCategory is attribute .
   
   ### 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]

Reply via email to