Skip to content

Commit

Permalink
[chore](file cache) Disable show cache hotspot stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinchou committed Jan 22, 2025
1 parent d7c99f8 commit 6d66949
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ public void analyze(Analyzer analyzer) throws UserException {
whereExpr.add(String.format("%s = '%s' ", whereExprVariables.get(i - 1), whereExprValues.get(i)));
}
metaDataPos = whereExpr.size();
throw new UserException("show cache hotspot stmt is deprecated, please use select stmt instead: "
+ generateQueryString());
}

@Override
Expand Down

0 comments on commit 6d66949

Please sign in to comment.