forked from apache/doris
-
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.
[fix](nestedtype)fix nested type with is_exclusive (apache#40398)
is_exclusive in column_array/map/struct has wrong semantic , we should make sure it's nested column is also is_exclusive which can make behavior right in some operator like join.
- Loading branch information
Showing
7 changed files
with
793 additions
and
0 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
87 changes: 87 additions & 0 deletions
87
regression-test/data/datatype_p0/nested_types/query/sql/nested_with_join.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,87 @@ | ||
-- This file is automatically generated. You should know what you did if you want to edit this | ||
-- !nested_with_join -- | ||
0 | ||
|
||
-- !nested_with_join_2 -- | ||
0 | ||
|
||
-- !nested_with_join_3 -- | ||
0 | ||
|
||
-- !nested_with_join_4 -- | ||
max_allowed_packet 4194304 16777216 1 | ||
|
||
-- !nested_with_join_5 -- | ||
0 | ||
|
||
-- !nested_with_join_6 -- | ||
0 | ||
|
||
-- !nested_with_join_7 -- | ||
0 | ||
|
||
-- !nested_with_join_8 -- | ||
0 | ||
|
||
-- !nested_with_join_9 -- | ||
0 | ||
|
||
-- !nested_with_join_10 -- | ||
0 | ||
|
||
-- !nested_with_join_11 -- | ||
0 | ||
|
||
-- !nested_with_join_12 -- | ||
0 | ||
|
||
-- !nested_with_join_13 -- | ||
0 | ||
|
||
-- !nested_with_join_14 -- | ||
0 | ||
|
||
-- !nested_with_join_15 -- | ||
0 | ||
|
||
-- !nested_with_join_16 -- | ||
0 | ||
|
||
-- !nested_with_join_17 -- | ||
0 | ||
|
||
-- !nested_with_join_18 -- | ||
10 | ||
|
||
-- !nested_with_join_19 -- | ||
0 | ||
|
||
-- !nested_with_join_20 -- | ||
10 | ||
|
||
-- !nested_with_join_21 -- | ||
0 | ||
|
||
-- !nested_with_join_22 -- | ||
15 | ||
|
||
-- !nested_with_join_23 -- | ||
0 | ||
|
||
-- !nested_with_join_24 -- | ||
15 | ||
|
||
-- !nested_with_join_25 -- | ||
0 | ||
|
||
-- !nested_with_join_26 -- | ||
10 | ||
|
||
-- !nested_with_join_27 -- | ||
0 | ||
|
||
-- !nested_with_join_28 -- | ||
10 | ||
|
||
-- !nested_with_join_29 -- | ||
|
Oops, something went wrong.