cecemei commented on code in PR #17564:
URL: https://github.com/apache/druid/pull/17564#discussion_r1906150685
##########
processing/src/main/java/org/apache/druid/query/Query.java:
##########
@@ -242,6 +243,16 @@ default String getMostSpecificId()
Query<T> withDataSource(DataSource dataSource);
+ default Query<T> withPolicyRestrictions(Map<String, Optional<DimFilter>>
restrictions)
+ {
+ return this.withPolicyRestrictions(restrictions, true);
+ }
+
+ default Query<T> withPolicyRestrictions(Map<String, Optional<DimFilter>>
restrictions, boolean enableStrictPolicyCheck)
Review Comment:
updated javadoc
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]