You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/02/07 07:43:51 UTC

[GitHub] [druid] leventov commented on a change in pull request #9165: Forbid easily misused HashSet and HashMap constructors

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org