forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](bloomfilter) fix inlist support for date/datetimev1 in bloomfil…
…ter index (apache#46961) Problem Summary: apache#43351 fix date/datetime v1 support in comparison predicate, this PR try to fix it in inlist predicate.
- Loading branch information
1 parent
cc183eb
commit a0f4c4f
Showing
4 changed files
with
213 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
21 changes: 21 additions & 0 deletions
21
regression-test/data/bloom_filter_p0/test_bloom_filter.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 | ||
-- !select_datetime_v1 -- | ||
1 1 1 2024-12-17T20:00 2024-12-17T20:00 2024-12-17 2024-12-17 3.32 3.32 | ||
1 1 1 2024-12-17T20:00 2024-12-17T20:00 2024-12-17 2024-12-17 3.32 3.32 | ||
2 2 2 2024-12-18T20:00 2024-12-18T20:00 2024-12-18 2024-12-18 3.33 3.33 | ||
|
||
-- !select_datetime_v2 -- | ||
1 1 1 2024-12-17T20:00 2024-12-17T20:00 2024-12-17 2024-12-17 3.32 3.32 | ||
1 1 1 2024-12-17T20:00 2024-12-17T20:00 2024-12-17 2024-12-17 3.32 3.32 | ||
2 2 2 2024-12-18T20:00 2024-12-18T20:00 2024-12-18 2024-12-18 3.33 3.33 | ||
|
||
-- !select_date_v1 -- | ||
1 1 1 2024-12-17T20:00 2024-12-17T20:00 2024-12-17 2024-12-17 3.32 3.32 | ||
1 1 1 2024-12-17T20:00 2024-12-17T20:00 2024-12-17 2024-12-17 3.32 3.32 | ||
2 2 2 2024-12-18T20:00 2024-12-18T20:00 2024-12-18 2024-12-18 3.33 3.33 | ||
|
||
-- !select_date_v2 -- | ||
1 1 1 2024-12-17T20:00 2024-12-17T20:00 2024-12-17 2024-12-17 3.32 3.32 | ||
1 1 1 2024-12-17T20:00 2024-12-17T20:00 2024-12-17 2024-12-17 3.32 3.32 | ||
2 2 2 2024-12-18T20:00 2024-12-18T20:00 2024-12-18 2024-12-18 3.33 3.33 | ||
|
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