forked from byzer-org/byzer-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert options in include statment to set statments (byzer-org#1633)
* convert options in include statment to set statments * add test and fix exception throws when no suffix in include statement * ignore result check in pr_1633.mlsql revise the code example add checking multi group params revise the remind msg when setting multi-group params in the Discretizer et rename the checking functions
- Loading branch information
1 parent
00b0fb8
commit 63d7b88
Showing
3 changed files
with
39 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--%comparator=tech.mlsql.it.IgnoreResultComparator | ||
|
||
include lib.`gitee.com/allwefantasy/lib-core` | ||
where alias="libCore"; | ||
|
||
include local.`libCore.udf.hello`; | ||
select hello() as name as output; | ||
!assert output ''' :name == "hello world" ''' "output should be 'hello world'"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters