Cpaulyz opened a new pull request, #11624:
URL: https://github.com/apache/iotdb/pull/11624

   ## Description
   
   This PR fix some query bugs with authority:
   
   1. Query view series without origin time series read authority.
   2. Query pure template series with partitial authority.
   
   For implementation, I removed the `authorityScope` field from the 
`ClusterSchemaTree` for better maintenance. This could lead to redundant data 
when `ClusterSchemaTree` uses templates.
   
   To work around this, the query engine filters again acccording to the 
authorityScope in the `QueryStatement` when FE parses the `Expression` and 
`Predicate`.
   
   


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