-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(test): enable udf in nexmark q14 (#14975)
Signed-off-by: Runji Wang <[email protected]>
- Loading branch information
1 parent
7cbf16a
commit acb3fb6
Showing
20 changed files
with
82 additions
and
52 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
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
-- noinspection SqlNoDataSourceInspectionForFile | ||
-- noinspection SqlResolveForFile | ||
DROP SINK nexmark_q14; | ||
DROP FUNCTION count_char; |
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
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
query IIRTT rowsort | ||
SELECT * FROM nexmark_q14; | ||
---- | ||
1000 1001 12696452.316 nightTime 2015-07-15 00:00:11.003 | ||
1000 1001 1753269.004 nightTime 2015-07-15 00:00:14.004 | ||
1000 1001 2196534.628 nightTime 2015-07-15 00:00:04.001 | ||
1000 1001 26038438.152 nightTime 2015-07-15 00:00:13.003 | ||
1000 1001 39654430.240 nightTime 2015-07-15 00:00:04.001 | ||
1000 1001 9503126.184 nightTime 2015-07-15 00:00:22.005 | ||
1000 1006 1301754.200 nightTime 2015-07-15 00:00:12.003 | ||
1006 1001 19666916.800 nightTime 2015-07-15 00:00:16.004 | ||
1006 1001 3099951.044 nightTime 2015-07-15 00:00:16.004 | ||
1008 1002 26289625.456 nightTime 2015-07-15 00:00:04.001 | ||
1012 1001 3067656.208 nightTime 2015-07-15 00:00:20.005 | ||
1012 1001 3299152.624 nightTime 2015-07-15 00:00:20.005 | ||
1000 1001 12696452.316 nightTime 2015-07-15 00:00:11.003 1 | ||
1000 1001 1753269.004 nightTime 2015-07-15 00:00:14.004 0 | ||
1000 1001 2196534.628 nightTime 2015-07-15 00:00:04.001 3 | ||
1000 1001 26038438.152 nightTime 2015-07-15 00:00:13.003 3 | ||
1000 1001 39654430.240 nightTime 2015-07-15 00:00:04.001 2 | ||
1000 1001 9503126.184 nightTime 2015-07-15 00:00:22.005 1 | ||
1000 1006 1301754.200 nightTime 2015-07-15 00:00:12.003 2 | ||
1006 1001 19666916.800 nightTime 2015-07-15 00:00:16.004 4 | ||
1006 1001 3099951.044 nightTime 2015-07-15 00:00:16.004 3 | ||
1008 1002 26289625.456 nightTime 2015-07-15 00:00:04.001 4 | ||
1012 1001 3067656.208 nightTime 2015-07-15 00:00:20.005 3 | ||
1012 1001 3299152.624 nightTime 2015-07-15 00:00:20.005 3 |
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
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
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
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
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
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