Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1190#discussion_r177152303 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java --- @@ -558,7 +558,7 @@ private ExecConstants() { /** * Timeout for create prepare statement request. If the request exceeds this timeout, then request is timed out. - * Default value is 10mins. + * Default value is 30 seconds. --- End diff -- Agree, with Vlad, it better to remove this sentence at all: `Default value is 30 seconds.`
---