Github user sohami commented on a diff in the pull request:

    https://github.com/apache/drill/pull/910#discussion_r135194263
  
    --- Diff: exec/java-exec/src/main/resources/rest/query/query.ftl ---
    @@ -21,8 +24,16 @@
         <button type="button" class="close" data-dismiss="alert" 
aria-hidden="true">&times;</button>
         Sample SQL query: <strong>SELECT * FROM cp.`employee.json` LIMIT 
20</strong>
       </div>
    -  <form role="form" action="/query" method="POST">
    -    <div class="form-group">
    +
    +  <#if model?? && model>
    +     <div class="form-group">
    +       <label for="userName">User Name</label>
    +       <input type="text" size="30" name="userName" id="userName" 
placeholder="User Name">
    --- End diff --
    
    make this field mandatory in this case


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to