torwig opened a new pull request, #791: URL: https://github.com/apache/incubator-kvrocks/pull/791
As @ShooterIT recommended here: https://github.com/apache/incubator-kvrocks/pull/745 I changed `PutFixed32` to `PutVarint32` and `GetFixed32` to `GetVarint32`. Encoding/decoding functions were 'borrowed' from RocksDB codebase. Obviously, this change makes it impossible to decode entries if entries were encoded with `PutFixed32` (an error will be returned). Is it too late to introduce such a change? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
