You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/05/27 23:02:28 UTC

[incubator-druid] branch 0.15.0-incubating updated: fix cache bypass (#7775)

This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch 0.15.0-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/0.15.0-incubating by this push:
     new cf0cd1f  fix cache bypass (#7775)
cf0cd1f is described below

commit cf0cd1fc6d001f5385c898c5db14ab58c2cf1df0
Author: Vadim Ogievetsky <va...@gmail.com>
AuthorDate: Mon May 27 16:02:21 2019 -0700

    fix cache bypass (#7775)
---
 web-console/src/views/sql-view.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web-console/src/views/sql-view.tsx b/web-console/src/views/sql-view.tsx
index bdd297c..abd5f75 100644
--- a/web-console/src/views/sql-view.tsx
+++ b/web-console/src/views/sql-view.tsx
@@ -114,7 +114,7 @@ export class SqlView extends React.Component<SqlViewProps, SqlViewState> {
             header: true
           };
 
-          if (wrapQuery) {
+          if (bypassCache) {
             queryPayload.context = {
               useCache: false,
               populateCache: false


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org