leventov commented on a change in pull request #9165: Forbid easily misused 
HashSet and HashMap constructors
URL: https://github.com/apache/druid/pull/9165#discussion_r376250997
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -1341,6 +1341,9 @@
                         
<signaturesFile>${project.parent.basedir}/codestyle/joda-time-forbidden-apis.txt</signaturesFile>
                         
<signaturesFile>${project.parent.basedir}/codestyle/druid-forbidden-apis.txt</signaturesFile>
                     </signaturesFiles>
+                    <excludes>
+                      <exclude>**/SomeAvroDatum.class</exclude>
 
 Review comment:
   I've created https://issues.apache.org/jira/browse/AVRO-2731 and 
https://github.com/apache/druid/issues/9331 to track this. FYI @Fokko.
   
   @capistrant please try to create such issues yourself to close the loops and 
offload info from the heads of people.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to