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/11/18 00:24:00 UTC

[incubator-druid] branch master updated: bump typescript (#8890)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 80fc04b  bump typescript (#8890)
80fc04b is described below

commit 80fc04be71db967fd30ba8179c8d31f3fc34e3a0
Author: Vadim Ogievetsky <va...@gmail.com>
AuthorDate: Sun Nov 17 16:23:47 2019 -0800

    bump typescript (#8890)
---
 web-console/package-lock.json                         | 6 +++---
 web-console/package.json                              | 2 +-
 web-console/src/views/segments-view/segments-view.tsx | 4 +---
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/web-console/package-lock.json b/web-console/package-lock.json
index 91815c9..2127407 100644
--- a/web-console/package-lock.json
+++ b/web-console/package-lock.json
@@ -13834,9 +13834,9 @@
       "dev": true
     },
     "typescript": {
-      "version": "3.6.4",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz",
-      "integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==",
+      "version": "3.7.2",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz",
+      "integrity": "sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==",
       "dev": true
     },
     "uglify-js": {
diff --git a/web-console/package.json b/web-console/package.json
index 06485fa..2a7a716 100644
--- a/web-console/package.json
+++ b/web-console/package.json
@@ -136,7 +136,7 @@
     "ts-node": "^8.4.1",
     "tslint": "^5.20.0",
     "tslint-loader": "^3.5.4",
-    "typescript": "^3.6.4",
+    "typescript": "^3.7.2",
     "webpack": "^4.41.2",
     "webpack-bundle-analyzer": "^3.6.0",
     "webpack-cli": "^3.3.9",
diff --git a/web-console/src/views/segments-view/segments-view.tsx b/web-console/src/views/segments-view/segments-view.tsx
index b067b4b..8faa074 100644
--- a/web-console/src/views/segments-view/segments-view.tsx
+++ b/web-console/src/views/segments-view/segments-view.tsx
@@ -425,9 +425,7 @@ export class SegmentsView extends React.PureComponent<SegmentsViewProps, Segment
               filtered: state.filtered,
               sorted: state.sorted,
             });
-            if (this.segmentsSqlQueryManager.getLastQuery) {
-              this.fetchData(groupByInterval, state);
-            }
+            this.fetchData(groupByInterval, state);
           } else if (capabilities.hasCoordinatorAccess()) {
             this.fetchClientSideData(state);
           }


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