Skip to content

Commit

Permalink
move test
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Sep 13, 2024
1 parent a34a40d commit 83bc056
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions datafusion/core/tests/sql/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ macro_rules! assert_metrics {
}

pub mod aggregates;
pub mod array_has;
pub mod create_drop;
pub mod explain_analyze;
pub mod joins;
Expand Down
3 changes: 0 additions & 3 deletions datafusion/core/tests/user_defined/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
// specific language governing permissions and limitations
// under the License.

/// Tests for `array_has`
mod array_has;

/// Tests for user defined Scalar functions
mod user_defined_scalar_functions;

Expand Down

0 comments on commit 83bc056

Please sign in to comment.