Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/1190#discussion_r177103076
--- 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 --
Is it 30 seconds or 10 seconds? In any case, I don't think that the entire
comment provides any additional info that cannot be inferred from the code
itself.
---