Skip to content

Commit

Permalink
Add comments to physical optimizer tests (#14075)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Jan 11, 2025
1 parent f1671bb commit d91a7c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
// specific language governing permissions and limitations
// under the License.

//! Tests for [`CombinePartialFinalAggregate`] physical optimizer rule
//!
//! Note these tests are not in the same module as the optimizer pass because
//! they rely on `ParquetExec` which is in the core crate.
use std::sync::Arc;

use arrow::datatypes::{DataType, Field, Schema, SchemaRef};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
// specific language governing permissions and limitations
// under the License.

//! Tests for the limited distinct aggregation optimizer rule
//! Tests for [`LimitedDistinctAggregation`] physical optimizer rule
//!
//! Note these tests are not in the same module as the optimizer pass because
//! they rely on `ParquetExec` which is in the core crate.
use super::test_util::{parquet_exec_with_sort, schema, trim_plan_display};

use std::sync::Arc;
Expand Down

0 comments on commit d91a7c0

Please sign in to comment.