Github user laurentgo commented on a diff in the pull request: https://github.com/apache/drill/pull/858#discussion_r123330075 --- Diff: exec/jdbc/src/main/java/org/apache/drill/jdbc/SqlTimeoutException.java --- @@ -23,12 +23,17 @@ * Indicates that an operation timed out. This is not an error; you can * retry the operation. */ -public class SqlTimeoutException - extends SQLException -{ +public class SqlTimeoutException extends SQLException { + + private static final long serialVersionUID = 2017_06_20L; --- End diff -- missed this one. Honestly not super important (feel free to ignore my initial comment)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---