You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-523 Add UDAF and UDAnF SDK
This commit is contained in:
5
dbcon/dmlpackageproc/updatepackageprocessor.cpp
Normal file → Executable file
5
dbcon/dmlpackageproc/updatepackageprocessor.cpp
Normal file → Executable file
@ -512,16 +512,15 @@ uint64_t UpdatePackageProcessor::fixUpRows(dmlpackage::CalpontDMLPackage& cpacka
|
||||
//timer.stop("Meta");
|
||||
continue;
|
||||
}
|
||||
uint32_t amount = rgData.deserialize(msg, true);
|
||||
rgData.deserialize(msg, true);
|
||||
rowGroup->setData(&rgData);
|
||||
//rowGroup->setData(const_cast<uint8_t*>(msg.buf()));
|
||||
err = (rowGroup->getStatus() != 0);
|
||||
if (err)
|
||||
{
|
||||
msgBk.advance(amount);
|
||||
//msgBk.advance(rowGroup->getDataSize());
|
||||
string errorMsg;
|
||||
msgBk >> errorMsg;
|
||||
msg >> errorMsg;
|
||||
logging::Message::Args args;
|
||||
logging::Message message(2);
|
||||
args.add("Update Failed: ");
|
||||
|
Reference in New Issue
Block a user