-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
234 additions
and
12 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
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
21 changes: 21 additions & 0 deletions
21
regression-test/data/nereids_p0/insert_into_table/update_on_current_timestamp.out
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,21 @@ | ||
-- This file is automatically generated. You should know what you did if you want to edit this | ||
-- !sql -- | ||
1 doris 1000 123 1 2020-01-01T00:00 | ||
2 doris2 2000 223 1 2020-01-01T00:00 | ||
|
||
-- !sql -- | ||
1 doris 1999 123 1 2023-10-25T15:23:51 | ||
2 doris2 2999 223 1 2023-10-25T15:23:51 | ||
3 unknown 3999 \N 4321 2023-10-25T15:23:51 | ||
4 unknown 4999 \N 4321 2023-10-25T15:23:51 | ||
|
||
-- !sql -- | ||
1 doris 1000 123 1 2023-10-25T15:23:51 | ||
2 doris2 2000 223 1 2023-10-25T15:23:51 | ||
|
||
-- !sql -- | ||
1 doris 1999 123 1 2023-10-25T15:23:52 | ||
2 doris2 2999 223 1 2023-10-25T15:23:52 | ||
3 unknown 3999 \N 4321 2023-10-25T15:23:52 | ||
4 unknown 4999 \N 4321 2023-10-25T15:23:52 | ||
|
Oops, something went wrong.