Skip to content

Commit

Permalink
chore(sqlsmith): ban approx_percentile from being generated (#17832)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel authored Jul 29, 2024
1 parent 0e69ede commit 3facd96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/sqlsmith/src/sql_gen/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ pub(crate) static AGG_FUNC_TABLE: LazyLock<HashMap<DataType, Vec<&'static FuncSi
PbAggKind::PercentileCont,
PbAggKind::PercentileDisc,
PbAggKind::Mode,
PbAggKind::ApproxPercentile, // ENABLE: https://github.com/risingwavelabs/risingwave/issues/16293
PbAggKind::JsonbObjectAgg, // ENABLE: https://github.com/risingwavelabs/risingwave/issues/16293
PbAggKind::StddevSamp, // ENABLE: https://github.com/risingwavelabs/risingwave/issues/16293
PbAggKind::VarSamp, // ENABLE: https://github.com/risingwavelabs/risingwave/issues/16293
Expand Down

0 comments on commit 3facd96

Please sign in to comment.