mhcuervo commented on a change in pull request #1422:
URL: https://github.com/apache/avro/pull/1422#discussion_r768947534



##########
File path: lang/perl/lib/Avro/Schema.pm
##########
@@ -284,6 +284,7 @@ sub is_data_valid {
     }
     if ($type eq 'long') {
         if ($Config{use64bitint}) {
+            no warnings;

Review comment:
       Good point. I had the same idea but ended up deciding in favor of 
following the same approach in "int" validation (just a couple of lines above), 
which seems to have been stable for a long time.




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