Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,7 @@ public LogicalPlan visitReverse(Reverse node, AnalysisContext context) {

@Override
public LogicalPlan visitRegex(Regex node, AnalysisContext context) {
throw new UnsupportedOperationException(
"REGEX is supported only when " + CALCITE_ENGINE_ENABLED.getKeyValue() + "=true");
throw getOnlyForCalciteException("Regex");
}

@Override
Expand Down
Loading