Skip to content

Commit

Permalink
run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jul 22, 2024
1 parent 3e3652d commit 4a46c95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/core/src/built_in_functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,10 +510,10 @@ pub fn get_ai_placeholder_functions() -> Option<BuiltIns> {
}

fn ai_fn_placholder<'a>(
args: &'a [Option<Pattern<MarzanoQueryContext>>],
context: &'a MarzanoContext<'a>,
state: &mut State<'a, MarzanoQueryContext>,
logs: &mut AnalysisLogs,
_args: &'a [Option<Pattern<MarzanoQueryContext>>],
_context: &'a MarzanoContext<'a>,
_state: &mut State<'a, MarzanoQueryContext>,
_logs: &mut AnalysisLogs,
) -> Result<MarzanoResolvedPattern<'a>> {
bail!("AI features are not supported in your GritQL distribution. Please upgrade to the Enterprise version to use AI features.")
}

0 comments on commit 4a46c95

Please sign in to comment.