Skip to content

Commit

Permalink
add comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint committed Oct 8, 2024
1 parent 7f08f2b commit 9b0005b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/core/tests/fuzz_cases/aggregation_fuzzer/fuzzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl Default for AggregationFuzzerBuilder {
/// and running them to check the correctness of the optimizations
/// (e.g. sorted, partial skipping, spilling...)
pub struct AggregationFuzzer {
/// Test query represented by sql
/// Candidate test queries represented by sqls
candidate_sqls: Vec<Arc<str>>,

/// The queried table name
Expand Down Expand Up @@ -215,7 +215,7 @@ impl AggregationFuzzer {
/// - `ctx`, a randomly generated [`SessionContext`], `sql` will be run
/// on it after, and check if the result is equal to expected.
///
/// - `sql`, test query represented by sql
/// - `sql`, the selected test sql
///
/// - `dataset_ref`, the input dataset, store it for error reported when found
/// the inconsistency between the one for `ctx` and `expected results`.
Expand Down

0 comments on commit 9b0005b

Please sign in to comment.