Skip to content

Commit f61d285

Browse files
authored
Fix lock hash type (#14379)
1 parent 2ecc990 commit f61d285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/compute_actor/kqp_scan_compute_actor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class TKqpScanComputeActor: public TSchedulableComputeActorBase<TKqpScanComputeA
2727
NMiniKQL::TKqpScanComputeContext::TScanData* ScanData = nullptr;
2828

2929
struct TLockHash {
30-
bool operator()(const NKikimrDataEvents::TLock& lock) {
30+
size_t operator()(const NKikimrDataEvents::TLock& lock) {
3131
return MultiHash(
3232
lock.GetLockId(),
3333
lock.GetDataShard(),

0 commit comments

Comments
 (0)