浏览代码

HUE-8665 [editor] Update scanner_filter rule with supported predicates.

jdesjean 7 年之前
父节点
当前提交
41f94ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/libs/libanalyze/reasons/scanner_filter.json

+ 1 - 1
desktop/libs/libanalyze/reasons/scanner_filter.json

@@ -7,7 +7,7 @@
   "rule": {
     "condition": "vars['RowsReturned'] < vars['RowsRead']",
     "expr": "vars['RowsRead'] - vars['RowsReturned']",
-    "message": "Kudu could not evaluate the predicate and it was evaluated by Impala",
+    "message": "Kudu could not evaluate the predicate and it was evaluated by Impala. Kudu supports predicates =, <=, <, >, >=, BETWEEN, or IN.",
     "label": "Kudu predicate optimization"
   },
   "fix": {