forked from elastic/elasticsearch
-
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.
ESQL: Fix IpPrefix function not handling correctly ByteRefs (elastic#…
…109205) - Fix IpPrefix function not using ByteRef offset on calculations, leading to wrong bytes being written to the prefix. - Fixed the CSVTest case, which was also wrong, leading to a "_wrong * wrong = correct_" situation. - ~~Added` a BytesRef randomizer and applied it to the IpPrefixTests suppliers~~ - ~~This highlighted another bug, which was fixed too~~ - (Moved to elastic#109207) Fixes elastic#109198
- Loading branch information
Showing
4 changed files
with
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 109205 | ||
summary: "ESQL: Fix `IpPrefix` function not handling correctly `ByteRefs`" | ||
area: ES|QL | ||
type: bug | ||
issues: | ||
- 109198 |
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