You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by abdelhakim deneche <ad...@gmail.com> on 2014/12/22 17:35:21 UTC

Re: Review Request 28296: DRILL-1373 - Executing a query with a semi-colon as the last character causes 500 error in the query GUI

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28296/
-----------------------------------------------------------

(Updated Dec. 22, 2014, 4:35 p.m.)


Review request for drill.


Changes
-------

removed DRILL-1772 patch as it has already been commited to master


Bugs: DRILL-1373
    https://issues.apache.org/jira/browse/DRILL-1373


Repository: drill-git


Description
-------

The problem with the /query page is that it doesn't display enough informations when an exception occurs while processing the query. The proposed solution displays the exception message in a new error page. This should help the user understand what's causing the error.
Of course, this patch assumes enough informations are available in the exception message.


Diffs (updated)
-----

  exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/QueryResources.java ba59d8f 
  exec/java-exec/src/main/resources/rest/query/error.ftl PRE-CREATION 

Diff: https://reviews.apache.org/r/28296/diff/


Testing
-------


Thanks,

abdelhakim deneche