vrozov commented on issue #1361: DRILL-6579: Added sanity checks to the Parquet 
reader to avoid infini…
URL: https://github.com/apache/drill/pull/1361#issuecomment-402281790
 
 
   `Preconditions.checkArgument` usage should be limited to check for arguments 
of a method, as it will throw `IllegalArgumentException`. Please use 
`Preconditions.checkState` or other methods when not validating arguments.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to