This is an automated email from the ASF dual-hosted git repository.
jlli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new dac9ae2 prompt on fail schema (#4395)
dac9ae2 is described below
commit dac9ae2885e79c215301e2ac05f4ffcb7f384d85
Author: Xue Yu <[email protected]>
AuthorDate: Fri Jul 12 01:08:18 2019 +0800
prompt on fail schema (#4395)
---
pinot-controller/src/main/resources/static/js/init.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pinot-controller/src/main/resources/static/js/init.js
b/pinot-controller/src/main/resources/static/js/init.js
index 1efb9f0..1f3a918 100644
--- a/pinot-controller/src/main/resources/static/js/init.js
+++ b/pinot-controller/src/main/resources/static/js/init.js
@@ -178,6 +178,8 @@ var HELPERS = {
"paging": false,
"info": false
});
+ }).fail(function() {
+ $(".schema-detail-view").html("Table " + tableName + " schema not found")
});
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]