diff options
| author | mshulb <[email protected]> | 2023-11-15 16:25:30 +0300 |
|---|---|---|
| committer | mshulb <[email protected]> | 2023-11-15 18:06:54 +0300 |
| commit | e78b894c23fbad4cc2adaffd0fbd0462d0f8ecba (patch) | |
| tree | eb72c6e6756ebbd8db61c450d2d7d61eab5496c5 /contrib/python/python-dateutil/py3/dateutil/test/test_import_star.py | |
| parent | 7d29550ba7d942914ec96a5101e6309148ebce50 (diff) | |
KIKIMR-19957 Implement UNIFORM_PARTITIONS for UUID.
Note that UUID is stored and compared as byte array with following byte
order:
```
UUID 00 11 22 33-44 55-66 77-88 99-AA BB CC DD EE FF
bytes 33 22 11 00 55 44 77 66 88 99 AA BB CC DD EE FF
byte order 3 2 1 0 5 4 7 6 8 9 10 11 12 13 14 15
```
Thus UUID ordering gives surprising results (not that anyone should
use it on UUIDs).
Diffstat (limited to 'contrib/python/python-dateutil/py3/dateutil/test/test_import_star.py')
0 files changed, 0 insertions, 0 deletions
