jt2594838 commented on issue #17353:
URL: https://github.com/apache/iotdb/issues/17353#issuecomment-4131024713

   Well, the method in the PIPE processor only captures data from the 
DataRegion BY DESIGN.
   
   The attribute is defined as part of the schema instead of the data. It will 
not even go into the DataRegion, let alone be captured by the PIPE.
   
   You may either query the attribute from the attribute cache with the 
DeviceId (table name + tags), or wait for us to add an interface of the 
processor that may process the schema update SEPARATELY.


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