5Reasons opened a new pull request #1890: URL: https://github.com/apache/iotdb/pull/1890
In the enum class: TSEncoding, there's DIFF encoding, so when user want to choose a type of encoding algorithm(or input the wrong encoding type name), DIFF encoding is in the output hint and is one of IoTDB's recommending encoding type, **but in IoTDB, DIFF encoding has not been added before,**which I think may cause some problems. I think it's necessary to finish it. Both DIFF and TS_2DIFF encoding is based on delta encoding algorithm, so I finish DIFF using the similar interfaces and structure like TS_2DIFF to make it easier to understand. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
