Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/1213#discussion_r182445146
--- Diff:
exec/vector/src/main/java/org/apache/drill/exec/exception/OversizedAllocationException.java
---
@@ -27,6 +27,7 @@
* {@link RecordBatch#next() iteration}.</p>
*
*/
+@SuppressWarnings("serial")
--- End diff --
Will it be better to provide `serialVersionUUID` instead of warning
suppression?---
