You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by sm...@apache.org on 2014/11/25 07:42:20 UTC

[3/4] incubator-drill git commit: DRILL-1376 ORDER BY clause ignored in query run through web UI - Bug fixed

DRILL-1376 ORDER BY clause ignored in query run through web UI - Bug fixed


Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/bbf9bc31
Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/bbf9bc31
Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/bbf9bc31

Branch: refs/heads/master
Commit: bbf9bc312e9426c6d0f7f08b37878fcc5808382e
Parents: 3193bd4
Author: Hsuan-Yi Chu <hs...@usc.edu>
Authored: Wed Nov 12 16:48:41 2014 -0800
Committer: Steven Phillips <sp...@maprtech.com>
Committed: Mon Nov 24 19:26:22 2014 -0800

----------------------------------------------------------------------
 exec/java-exec/src/main/resources/rest/query/result.ftl | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/bbf9bc31/exec/java-exec/src/main/resources/rest/query/result.ftl
----------------------------------------------------------------------
diff --git a/exec/java-exec/src/main/resources/rest/query/result.ftl b/exec/java-exec/src/main/resources/rest/query/result.ftl
index d4e3508..e615bc5 100644
--- a/exec/java-exec/src/main/resources/rest/query/result.ftl
+++ b/exec/java-exec/src/main/resources/rest/query/result.ftl
@@ -48,6 +48,7 @@
   <script charset="utf-8">
     $(document).ready(function() {
       $('#result').dataTable( {
+        "aaSorting": [],
         "scrollX" : true,
         "dom": '<"H"lCfr>t<"F"ip>',
         "jQueryUI" : true