Skip to content

Commit

Permalink
Remove show
Browse files Browse the repository at this point in the history
  • Loading branch information
dadepo committed Dec 3, 2023
1 parent ee6bd09 commit ba991d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/postgres/math_udfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@ mod tests {
#[tokio::test]
async fn test_erfc() -> Result<()> {
let ctx = register_udfs_for_test()?;
let df = ctx.sql("select index, uint as uint, int as int, float as float from maths_table ORDER BY index ASC").await?;
df.show().await?;

let df = ctx.sql("select index, erfc(uint) as uint, erfc(int) as int, erfc(float) as float from maths_table ORDER BY index ASC").await?;

let batches = df.clone().collect().await?;
Expand Down

0 comments on commit ba991d8

Please sign in to comment.