Closed soiya closed 1 year ago
The import statement in cmd/dbscanserv/app/cmd.go references "juno/third_party/forked/tecbot/gorocksdb" https://github.com/paypal/junodb/blob/f1899e49c5a66c0c02de2d9b26588ae0c8d691ed/cmd/dbscanserv/app/cmd.go#L32
but only golang/glog exists under the juno/third_party/forked directory. Is this intentional?
Third party dependencies are pulled during build https://github.com/paypal/junodb/blob/main/third_party/apply_patch.sh
Thank you! Now that I understand this was intentional, I will close this issue.
The import statement in cmd/dbscanserv/app/cmd.go references "juno/third_party/forked/tecbot/gorocksdb" https://github.com/paypal/junodb/blob/f1899e49c5a66c0c02de2d9b26588ae0c8d691ed/cmd/dbscanserv/app/cmd.go#L32
but only golang/glog exists under the juno/third_party/forked directory. Is this intentional?