mkabilov / pg2ch

Data streaming from postgresql to clickhouse via logical replication mechanism
MIT License
195 stars 35 forks source link

diskv s.storage.ReadString undefined #37

Open devchunk opened 3 years ago

devchunk commented 3 years ago

When I try

go get -u github.com/mkabilov/pg2ch

I will got:

# github.com/mkabilov/pg2ch/pkg/utils/kvstorage
root/go/pkg/mod/github.com/mkabilov/pg2ch@v1.0.0/pkg/utils/kvstorage/diskv.go:52:41: s.storage.ReadString undefined (type *diskv.Diskv has no field or method ReadString)
root/go/pkg/mod/github.com/mkabilov/pg2ch@v1.0.0/pkg/utils/kvstorage/diskv.go:60:18: s.storage.WriteString undefined (type *diskv.Diskv has no field or method WriteString)
mkabilov commented 3 years ago

this issue should be fixed by this https://github.com/mkabilov/pg2ch/pull/36 PR

ghost commented 3 years ago

Hey! I'm trying to install it in docker and I'm getting the same error. Any ETA for merging the PR? Thanks!

HardRock4Life commented 3 years ago

image

I still get this error...