We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c27b3 commit f6bfca7Copy full SHA for f6bfca7
vshard/hash.lua
@@ -39,7 +39,7 @@ end
39
-- double.
40
--
41
local function mpcrc32(shard_key)
42
- if type(shard_key) ~= 'table' then
+ if type(shard_key) ~= 'table' and not box.tuple.is(shard_key) then
43
return ldigest.crc32(mpcrc32_one(shard_key))
44
else
45
local crc32 = ldigest.crc32.new()
0 commit comments