[
https://issues.apache.org/jira/browse/DRILL-5937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16411703#comment-16411703
]
Kunal Khatua commented on DRILL-5937:
-------------------------------------
Yes. Feel free to create a pull request for this.
Also, you don't need permission to work on something trivial like this. If
there is a more complex feature, you can use the Dev mailing list to get
feedback on your idea before you submit your pull request.
> prepare.statement.create_timeout_ms default is 10 seconds but code comment
> says default should be 10 mins
> ----------------------------------------------------------------------------------------------------------
>
> Key: DRILL-5937
> URL: https://issues.apache.org/jira/browse/DRILL-5937
> Project: Apache Drill
> Issue Type: Bug
> Components: Query Planning & Optimization
> Affects Versions: 1.8.0
> Reporter: Pushpendra Jaiswal
> Priority: Major
> Fix For: 1.14.0
>
>
> prepare.statement.create_timeout_ms default is 10 seconds but code comment
> says default should be 10 mins
> The value is by default set to 10000 ms
> https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java#L526
>
> /**
> * Timeout for create prepare statement request. If the request exceeds
> this timeout, then request is timed out.
> * Default value is 10mins.
> */
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)