Skip to content

Commit

Permalink
remove used blank
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhiwei committed May 28, 2019
1 parent 5744b27 commit d4704e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ ExInst<CalciteException> invalidTypesForComparison(String clazzName0, String op,

@BaseMessage("Not a valid input for JSON_STORAGE_SIZE: ''{0}''")
ExInst<CalciteException> invalidInputForJsonStorageSize(String value);

@BaseMessage("Table Function is not allowed in select list in current SQL conformance level")
ExInst<SqlValidatorException> notAllowTableFunctionInSelect();

Expand Down

0 comments on commit d4704e9

Please sign in to comment.