Skip to content

Commit

Permalink
Updated build to 1.8.3 and added test to stream functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard Wolters committed Jul 17, 2023
1 parent f0f96b6 commit 5889816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class ArrayFunctionsTest extends DslTestSpec {
}

it should "arrayFunction: join with concat" in {
val col: ArrayFunctionOp[Iterable[String]] = arrayConcat(Array(shieldId, itemId), Array[String]()).asInstanceOf[ArrayFunctionOp[Iterable[String]]]
val col = arrayConcat(Array(shieldId, itemId), Array[String]()).asInstanceOf[ArrayFunctionOp[Iterable[String]]]
toSQL(select(arrayJoin(col))) should be(s"SELECT arrayJoin(arrayConcat([shield_id, item_id], []))")
}
}

0 comments on commit 5889816

Please sign in to comment.