Skip to content

Commit

Permalink
fix(sqlsmith): recover functions for sqlsmith (#12660)
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 authored Oct 7, 2023
1 parent b0fc8ca commit d57f1c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/sqlsmith/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ use risingwave_sqlsmith::print_function_table;
use risingwave_sqlsmith::runner::{generate, run, run_differential_testing};
use tokio_postgres::NoTls;

risingwave_expr_impl::enable!();

#[derive(ClapParser, Debug, Clone)]
#[clap(about, version, author)]
struct Opt {
Expand Down
2 changes: 2 additions & 0 deletions src/tests/sqlsmith/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#![feature(lazy_cell)]
#![feature(box_patterns)]

risingwave_expr_impl::enable!();

use std::collections::{HashMap, HashSet};

use anyhow::{bail, Result};
Expand Down

0 comments on commit d57f1c0

Please sign in to comment.