vagetablechicken opened a new pull request #3964: URL: https://github.com/apache/incubator-doris/pull/3964
Ref https://github.com/apache/incubator-doris/issues/3469#issuecomment-639358916 1. MemTable is splited into two types, one for Rowset(the origin), one for WriteTxnData. 1. DeltaWriter doesn't have to split into two class, so let DeltaWriter write `const void*`. RSMemTable will convert it to Tuple*, and WTDMemTable will convert it to PartialRow. 1. Add UT for writing & reading WTD file. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
